summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-01-21 11:37:31 +0000
committerDuncan Sands <baldrick@free.fr>2009-01-21 11:37:31 +0000
commit1de451d0d0e3f8bea129b86c67610570049b2701 (patch)
tree00e67cda42ad5790df70e5d22dcfea3fe252e1d4
parent696f4a8598a13aa5777a65d894b77df928f83f49 (diff)
downloadbcm5719-llvm-1de451d0d0e3f8bea129b86c67610570049b2701.tar.gz
bcm5719-llvm-1de451d0d0e3f8bea129b86c67610570049b2701.zip
Let's try to have our cake and eat it to: move
this test into FrontendC to ensure that llvm-gcc is available; assemble using "llvm-gcc -xassembler" rather than "as". llvm-svn: 62683
-rw-r--r--llvm/test/FrontendC/2008-07-29-EHLabel.ll (renamed from 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/FrontendC/2008-07-29-EHLabel.ll
index 3fd9968dd13..abf94568582 100644
--- a/llvm/test/CodeGen/Generic/2008-07-29-EHLabel.ll
+++ b/llvm/test/FrontendC/2008-07-29-EHLabel.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc
+; 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 }
OpenPOWER on IntegriCloud