diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-07-17 22:38:58 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-17 22:38:58 +0000 |
| commit | 8c6bad2f6602e3d32eb8b58ed714a7e1c62013a8 (patch) | |
| tree | bee3f5442f038f544999eaf657415882a3605481 /llvm/test/MC/AsmParser/directive_ascii.s | |
| parent | 1d67c229496bfc94496eabae8eb3408e5c673a83 (diff) | |
| download | bcm5719-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.s | 4 |
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 + |

