llvm-6502/test/MC/AsmParser/exprs-invalid.s
2009-08-31 08:09:28 +00:00

14 lines
309 B
ArmAsm

// RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
// RUN: FileCheck -input-file %t %s
// Currently XFAIL'ed, since the front-end isn't validating this. Figure out the
// right resolution.
//
// XFAIL: *
.text
a:
.data
// CHECK: expected relocatable expression
.long -(0 + a)