diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-06-21 00:21:22 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-06-21 00:21:22 +0000 |
commit | 1110425df2e58bdaeb623f9c3a8de84bccee7381 (patch) | |
tree | e356dc6d2fd63f16bbccc75658086dce953a5dca | |
parent | 2a45fa7cf67bf88a4edf56d637f6ec7326e44ef8 (diff) |
Remove the leading hyphen so that grep doesn't parse it as one long option :)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133491 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/noexecstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/noexecstack.c b/test/Driver/noexecstack.c index 7c23995682..df7da4699c 100644 --- a/test/Driver/noexecstack.c +++ b/test/Driver/noexecstack.c @@ -1 +1 @@ -// RUN: clang -### %s -c -o tmp.o -Wa,--noexecstack | grep "-mnoexecstack" +// RUN: clang -### %s -c -o tmp.o -Wa,--noexecstack | grep "mnoexecstack" |