diff options
| author | Dan Gohman <gohman@apple.com> | 2008-11-19 16:02:14 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-11-19 16:02:14 +0000 |
| commit | f09aabfe7048bf1e70a4444d8ab6cff241032a0e (patch) | |
| tree | 9560eab1ab417d45792132b4bc9052caa6dc403a /llvm/test/CodeGen/Generic | |
| parent | 9e4ac111f04b581b9d85d51c2f7f68af86d6d4ba (diff) | |
| download | bcm5719-llvm-f09aabfe7048bf1e70a4444d8ab6cff241032a0e.tar.gz bcm5719-llvm-f09aabfe7048bf1e70a4444d8ab6cff241032a0e.zip | |
Use %llvmgcc -xassembler instead of invoking as directly. This avoids
problems for example when LLVM is built with --with-extra-options=-m64
and as defaults to x86-32 mode.
llvm-svn: 59640
Diffstat (limited to 'llvm/test/CodeGen/Generic')
| -rw-r--r-- | llvm/test/CodeGen/Generic/2008-07-29-EHLabel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/2008-07-29-EHLabel.ll b/llvm/test/CodeGen/Generic/2008-07-29-EHLabel.ll index 69a4e132231..abf94568582 100644 --- a/llvm/test/CodeGen/Generic/2008-07-29-EHLabel.ll +++ b/llvm/test/CodeGen/Generic/2008-07-29-EHLabel.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -o - | as -o /dev/null +; RUN: llvm-as < %s | llc -o - | %llvmgcc -xassembler -c -o /dev/null - ; PR2609 %struct..0._11 = type { i32 } %struct..1__pthread_mutex_s = type { i32, i32, i32, i32, i32, %struct..0._11 } |

