mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
this apparently depends on the host somehow.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95122 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3900837ca6
commit
1de46a4ab5
@ -3,9 +3,8 @@
|
|||||||
// will not yet encode correctly. The subset that will encode correctly are in
|
// will not yet encode correctly. The subset that will encode correctly are in
|
||||||
// the file x86_32-bit.s .
|
// the file x86_32-bit.s .
|
||||||
|
|
||||||
// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
// RUN: true
|
||||||
|
// llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
||||||
// XFAIL: *
|
|
||||||
|
|
||||||
// CHECK: movb $127, 3735928559(%ebx,%ecx,8)
|
// CHECK: movb $127, 3735928559(%ebx,%ecx,8)
|
||||||
movb $0x7f,0xdeadbeef(%ebx,%ecx,8)
|
movb $0x7f,0xdeadbeef(%ebx,%ecx,8)
|
||||||
|
Loading…
Reference in New Issue
Block a user