[llvm-commits] [llvm] r59641 - /llvm/trunk/test/CodeGen/Generic/2008-07-29-EHLabel.ll

Dan Gohman gohman at apple.com
Wed Nov 19 08:24:47 PST 2008


Author: djg
Date: Wed Nov 19 10:24:37 2008
New Revision: 59641

URL: http://llvm.org/viewvc/llvm-project?rev=59641&view=rev
Log:
Revert r59640. It broke this test for builds that aren't
configured with llvm-gcc.

Modified:
    llvm/trunk/test/CodeGen/Generic/2008-07-29-EHLabel.ll

Modified: llvm/trunk/test/CodeGen/Generic/2008-07-29-EHLabel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2008-07-29-EHLabel.ll?rev=59641&r1=59640&r2=59641&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2008-07-29-EHLabel.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2008-07-29-EHLabel.ll Wed Nov 19 10:24:37 2008
@@ -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 }





More information about the llvm-commits mailing list