mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
llvm-mc: Add -triple, and fix some typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77750 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad4555c549
commit
35ee93b791
@ -1,4 +1,4 @@
|
||||
// RUN: llvm-mc %s -o -
|
||||
// RUN: llvm-mc -triple i386-unknown-unknown %s -o -
|
||||
|
||||
.text
|
||||
.align 4,0x90
|
||||
|
@ -1,6 +1,6 @@
|
||||
// RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
|
||||
|
||||
.data:
|
||||
.data
|
||||
// CHECK: a:
|
||||
a:
|
||||
.long 0
|
||||
@ -11,7 +11,7 @@ a:
|
||||
"a$b":
|
||||
.long 0
|
||||
|
||||
.text:
|
||||
.text
|
||||
foo:
|
||||
// CHECK: val:"a$b"
|
||||
addl $24, "a$b"(%eax)
|
||||
|
Loading…
x
Reference in New Issue
Block a user