]> granicus.if.org Git - clang/commitdiff
Fix this test on machines that don't run clang -cc1as when asked to assemble.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 23 Jun 2011 05:38:06 +0000 (05:38 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 23 Jun 2011 05:38:06 +0000 (05:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133688 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/noexecstack.c

index 7431a193daaf4bc6e414de99bfab96adc6822266..1f4772882654eff661327767934c4049fcec736e 100644 (file)
@@ -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"