llvm-mc: Add -triple, and start fetching the target asm printer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76257 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar
2009-07-17 22:38:58 +00:00
parent cbdf0e2455
commit b4b53e5c13
24 changed files with 82 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
# RUN: llvm-mc %s | FileCheck %s
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
# CHECK: TEST0:
# CHECK: a = 0
TEST0:
a = 0