aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/noexecstack.c
AgeCommit message (Collapse)Author
2011-06-23Fix this test on machines that don't run clang -cc1as when asked to assemble.Nick Lewycky
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133688 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-21Also fix the warning about using "clang" instead of %clang.Nick Lewycky
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133492 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-21Remove the leading hyphen so that grep doesn't parse it as one long option :)Nick Lewycky
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133491 91177308-0d34-0410-b5e6-96231b3b80d8
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133489 91177308-0d34-0410-b5e6-96231b3b80d8