forked from OSchip/llvm-project
Fix this test on machines that don't run clang -cc1as when asked to assemble.
llvm-svn: 133688
This commit is contained in:
parent
9af2fa9d1b
commit
1abf57d5a9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue