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 | b4b53e5c13167925d6315a6f57c7b863e4e2b704 (patch) | |
tree | 798dca05cc66cf81e982d211b009becd5d69df10 /test/MC/AsmParser/directive_lsym.s | |
parent | cbdf0e2455d78b047aec4141ec84cf96095bee16 (diff) | |
download | external_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/directive_lsym.s')
-rw-r--r-- | test/MC/AsmParser/directive_lsym.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AsmParser/directive_lsym.s b/test/MC/AsmParser/directive_lsym.s index a4437b9..3d5403e 100644 --- a/test/MC/AsmParser/directive_lsym.s +++ b/test/MC/AsmParser/directive_lsym.s @@ -1,4 +1,4 @@ -# RUN: llvm-mc %s | FileCheck %s +# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s # CHECK: TEST0: # CHECK: .lsym bar,foo |