forked from OSchip/llvm-project
this apparently depends on the host somehow.
llvm-svn: 95122
This commit is contained in:
parent
ed0278c37f
commit
de9b3ada5d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue