mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
dcc729c605
The directive name is not useful because the next line replicates the error line which includes the directive.
9 lines
264 B
ArmAsm
9 lines
264 B
ArmAsm
# RUN: not llvm-mc -triple mips-unknown-linux %s 2>&1 | FileCheck %s
|
|
|
|
# CHECK: :[[#@LINE+1]]:11: error: expected string
|
|
.asciiz 12
|
|
# CHECK: :[[#@LINE+1]]:14: error: unexpected token
|
|
.asciiz "a"3
|
|
# CHECK: :[[#@LINE+1]]:15: error: expected string
|
|
.asciiz "a",
|