llvm-mc: Add -triple, and fix some typos

llvm-svn: 77750
This commit is contained in:
Daniel Dunbar 2009-07-31 23:13:12 +00:00
parent e0cbd9b986
commit ce24e0043e
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// RUN: llvm-mc %s -o -
// RUN: llvm-mc -triple i386-unknown-unknown %s -o -
.text
.align 4,0x90

View File

@ -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)