aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/exprs.s
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-17 22:38:58 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-17 22:38:58 +0000
commitb4b53e5c13167925d6315a6f57c7b863e4e2b704 (patch)
tree798dca05cc66cf81e982d211b009becd5d69df10 /test/MC/AsmParser/exprs.s
parentcbdf0e2455d78b047aec4141ec84cf96095bee16 (diff)
downloadexternal_llvm-b4b53e5c13167925d6315a6f57c7b863e4e2b704.zip
external_llvm-b4b53e5c13167925d6315a6f57c7b863e4e2b704.tar.gz
external_llvm-b4b53e5c13167925d6315a6f57c7b863e4e2b704.tar.bz2
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
Diffstat (limited to 'test/MC/AsmParser/exprs.s')
-rw-r--r--test/MC/AsmParser/exprs.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/AsmParser/exprs.s b/test/MC/AsmParser/exprs.s
index 20de3a5..5fa4a37 100644
--- a/test/MC/AsmParser/exprs.s
+++ b/test/MC/AsmParser/exprs.s
@@ -1,8 +1,8 @@
-// FIXME: For now this test just checks that llvm-mc works. Once we have .macro,
+// FIXME: For now this test just checks that llvm-mc -triple i386-unknown-unknown works. Once we have .macro,
// .if, and .abort we can write a better test (without resorting to miles of
// greps).
-// RUN: llvm-mc %s > %t
+// RUN: llvm-mc -triple i386-unknown-unknown %s > %t
.text
g:
@@ -59,4 +59,4 @@ m:
n:
nop
- \ No newline at end of file
+