summaryrefslogtreecommitdiff
path: root/clang/test/Driver/noexecstack.c
AgeCommit message (Collapse)Author
2013-10-27Use -target instead of triple and use FileCheck.Rafael Espindola
llvm-svn: 193502
2011-06-23Fix this test on machines that don't run clang -cc1as when asked to assemble.Nick Lewycky
llvm-svn: 133688
2011-06-21Also fix the warning about using "clang" instead of %clang.Nick Lewycky
llvm-svn: 133492
2011-06-21Remove the leading hyphen so that grep doesn't parse it as one long option :)Nick Lewycky
llvm-svn: 133491
2011-06-21Add support for -Wa,--noexecstack when building from a non-assembly file. ForNick Lewycky
an assembly file it worked correctly, while for a .c file it would given an error about how --noexecstack is not a supported argument to -Wa. llvm-svn: 133489