mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
test/MC/AsmParser/2011-09-06-NoNewline.s: Add explicit -mtriple=i386. It uses X86 instruction.
FIXME: Would it be reproduced without target-specific operands? FIXME: Why run llvm-mc as the same input by 3 times? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143195 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3e48c38bf
commit
398daae4cc
@ -1,6 +1,6 @@
|
||||
// RUN: llvm-mc %s
|
||||
// RUN: llvm-mc -triple i386-unknown-unknown %s
|
||||
movl %gs:8, %eax
|
||||
// RUN: llvm-mc %s
|
||||
// RUN: llvm-mc -triple i386-unknown-unknown %s
|
||||
movl %gs:8, %eax
|
||||
// RUN: llvm-mc %s
|
||||
// RUN: llvm-mc -triple i386-unknown-unknown %s
|
||||
movl %gs:8, %eax
|
Loading…
Reference in New Issue
Block a user