llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.
[oota-llvm.git] / test / MC / AsmParser / exprs-invalid.s
1 // RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
2 // RUN: FileCheck -input-file %t %s
3
4 // Currently XFAIL'ed, since the front-end isn't validating this. Figure out the
5 // right resolution.
6 //
7 // XFAIL: *
8
9         .text
10 a:
11         .data
12 // CHECK: expected relocatable expression
13         .long -(0 + a)