mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
3a44b6da61
llvm-svn: 80578
14 lines
309 B
ArmAsm
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)
|