summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/directive_ascii.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
commit8c6bad2f6602e3d32eb8b58ed714a7e1c62013a8 (patch)
treebee3f5442f038f544999eaf657415882a3605481 /llvm/test/MC/AsmParser/directive_ascii.s
parent1d67c229496bfc94496eabae8eb3408e5c673a83 (diff)
downloadbcm5719-llvm-8c6bad2f6602e3d32eb8b58ed714a7e1c62013a8.tar.gz
bcm5719-llvm-8c6bad2f6602e3d32eb8b58ed714a7e1c62013a8.zip
llvm-mc: Add -triple, and start fetching the target asm printer.
llvm-svn: 76257
Diffstat (limited to 'llvm/test/MC/AsmParser/directive_ascii.s')
-rw-r--r--llvm/test/MC/AsmParser/directive_ascii.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/AsmParser/directive_ascii.s b/llvm/test/MC/AsmParser/directive_ascii.s
index 9f21e8cee35..67fcde3ef50 100644
--- a/llvm/test/MC/AsmParser/directive_ascii.s
+++ b/llvm/test/MC/AsmParser/directive_ascii.s
@@ -1,4 +1,4 @@
-# RUN: llvm-mc %s | FileCheck %s
+# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
# CHECK: TEST0:
TEST0:
@@ -21,4 +21,4 @@ TEST2:
TEST3:
.asciz "B", "C"
- \ No newline at end of file
+
OpenPOWER on IntegriCloud