mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
547563df12
- This is annoying, because we have to scatter this check everywhere that could emit real data, but I see no better solution. llvm-svn: 113552
8 lines
184 B
ArmAsm
8 lines
184 B
ArmAsm
// RUN: not llvm-mc -n -triple i386-unknown-unknown %s 2> %t
|
|
// RUN: FileCheck < %t %s
|
|
|
|
.globl a
|
|
// CHECK: error: expected section directive before assembly directive
|
|
.long 0
|
|
|