Fix this test on machines that don't run clang -cc1as when asked to assemble.

llvm-svn: 133688
This commit is contained in:
Nick Lewycky 2011-06-23 05:38:06 +00:00
parent 9af2fa9d1b
commit 1abf57d5a9
1 changed files with 1 additions and 1 deletions

View 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"