aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-11-19 16:24:37 +0000
committerDan Gohman <gohman@apple.com>2008-11-19 16:24:37 +0000
commit29cab2c0bd056397d7b7aa99c89db0cddd08dccb (patch)
tree37f022a2300e9303c56be3ff1c36fd0dbcafe19d /test
parentdbef6b97b10559b6524b4568da616e07a9844836 (diff)
downloadexternal_llvm-29cab2c0bd056397d7b7aa99c89db0cddd08dccb.zip
external_llvm-29cab2c0bd056397d7b7aa99c89db0cddd08dccb.tar.gz
external_llvm-29cab2c0bd056397d7b7aa99c89db0cddd08dccb.tar.bz2
Revert r59640. It broke this test for builds that aren't
configured with llvm-gcc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59641 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Generic/2008-07-29-EHLabel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2008-07-29-EHLabel.ll b/test/CodeGen/Generic/2008-07-29-EHLabel.ll
index abf9456..69a4e13 100644
--- a/test/CodeGen/Generic/2008-07-29-EHLabel.ll
+++ b/test/CodeGen/Generic/2008-07-29-EHLabel.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -o - | %llvmgcc -xassembler -c -o /dev/null -
+; RUN: llvm-as < %s | llc -o - | as -o /dev/null
; PR2609
%struct..0._11 = type { i32 }
%struct..1__pthread_mutex_s = type { i32, i32, i32, i32, i32, %struct..0._11 }