diff options
Diffstat (limited to 'test/MC/ARM/simple-fp-encoding.ll')
-rw-r--r-- | test/MC/ARM/simple-fp-encoding.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/MC/ARM/simple-fp-encoding.ll b/test/MC/ARM/simple-fp-encoding.ll index b941069..f807757 100644 --- a/test/MC/ARM/simple-fp-encoding.ll +++ b/test/MC/ARM/simple-fp-encoding.ll @@ -1,5 +1,6 @@ ; RUN: llc -mtriple=armv7-apple-darwin -mcpu=cortex-a8 -mattr=-neonfp -show-mc-encoding < %s | FileCheck %s +; XFAIL: * ; FIXME: Once the ARM integrated assembler is up and going, these sorts of tests ; should run on .s source files rather than using llc to generate the |