diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-02 20:57:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-02 20:57:28 +0000 |
commit | d2d569e8eb1a6eda08246d320c3facf57127645c (patch) | |
tree | b22a2e942d4789dac39cf857f097d16090a73eb6 | |
parent | 50a9ee9fa502aa750a15282657b816bec51e0152 (diff) | |
download | external_llvm-d2d569e8eb1a6eda08246d320c3facf57127645c.zip external_llvm-d2d569e8eb1a6eda08246d320c3facf57127645c.tar.gz external_llvm-d2d569e8eb1a6eda08246d320c3facf57127645c.tar.bz2 |
this apparently depends on the host somehow.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95122 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/AsmParser/X86/x86_32-bit_cat.s | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/MC/AsmParser/X86/x86_32-bit_cat.s b/test/MC/AsmParser/X86/x86_32-bit_cat.s index 1fcd1f0..8914cb8 100644 --- a/test/MC/AsmParser/X86/x86_32-bit_cat.s +++ b/test/MC/AsmParser/X86/x86_32-bit_cat.s @@ -3,9 +3,8 @@ // will not yet encode correctly. The subset that will encode correctly are in // the file x86_32-bit.s . -// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s - -// XFAIL: * +// RUN: true +// llvm-mc -triple i386-unknown-unknown %s | FileCheck %s // CHECK: movb $127, 3735928559(%ebx,%ecx,8) movb $0x7f,0xdeadbeef(%ebx,%ecx,8) |