[llvm-commits] [llvm] r59640 - /llvm/trunk/test/CodeGen/Generic/2008-07-29-EHLabel.ll
Dan Gohman
gohman at apple.com
Wed Nov 19 08:02:22 PST 2008
Author: djg
Date: Wed Nov 19 10:02:14 2008
New Revision: 59640
URL: http://llvm.org/viewvc/llvm-project?rev=59640&view=rev
Log:
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.
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=59640&r1=59639&r2=59640&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:02:14 2008
@@ -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 }
More information about the llvm-commits
mailing list