[llvm-commits] [llvm] r62619 - /llvm/trunk/test/CodeGen/Generic/2008-07-29-EHLabel.ll
Chris Lattner
sabre at nondot.org
Tue Jan 20 13:41:53 PST 2009
Author: lattner
Date: Tue Jan 20 15:41:53 2009
New Revision: 62619
URL: http://llvm.org/viewvc/llvm-project?rev=62619&view=rev
Log:
Don't bother running the assembler, we don't know that it will be configured
for whatever llc defaults to. This fixes PR3363
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=62619&r1=62618&r2=62619&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2008-07-29-EHLabel.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2008-07-29-EHLabel.ll Tue Jan 20 15:41:53 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -o - | as -o /dev/null
+; RUN: llvm-as < %s | llc
; 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