summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/noexecstack.c
Commit message (Collapse)AuthorAgeFilesLines
* Use -target instead of triple and use FileCheck.Rafael Espindola2013-10-271-1/+3
| | | | llvm-svn: 193502
* Fix this test on machines that don't run clang -cc1as when asked to assemble.Nick Lewycky2011-06-231-1/+1
| | | | llvm-svn: 133688
* Also fix the warning about using "clang" instead of %clang.Nick Lewycky2011-06-211-1/+1
| | | | llvm-svn: 133492
* Remove the leading hyphen so that grep doesn't parse it as one long option :)Nick Lewycky2011-06-211-1/+1
| | | | llvm-svn: 133491
* Add support for -Wa,--noexecstack when building from a non-assembly file. ForNick Lewycky2011-06-211-0/+1
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
OpenPOWER on IntegriCloud