[cfe-commits] r133688 - /cfe/trunk/test/Driver/noexecstack.c
Nick Lewycky
nicholas at mxc.ca
Wed Jun 22 22:38:07 PDT 2011
Author: nicholas
Date: Thu Jun 23 00:38:06 2011
New Revision: 133688
URL: http://llvm.org/viewvc/llvm-project?rev=133688&view=rev
Log:
Fix this test on machines that don't run clang -cc1as when asked to assemble.
Modified:
cfe/trunk/test/Driver/noexecstack.c
Modified: cfe/trunk/test/Driver/noexecstack.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/noexecstack.c?rev=133688&r1=133687&r2=133688&view=diff
==============================================================================
--- cfe/trunk/test/Driver/noexecstack.c (original)
+++ cfe/trunk/test/Driver/noexecstack.c Thu Jun 23 00:38:06 2011
@@ -1 +1 @@
-// RUN: %clang -### %s -c -o tmp.o -Wa,--noexecstack 2>&1 | grep "mnoexecstack"
+// RUN: %clang -### %s -c -o tmp.o -triple i686-pc-linux-gnu -integrated-as -Wa,--noexecstack 2>&1 | grep "mnoexecstack"
More information about the cfe-commits
mailing list