commit | 1110425df2e58bdaeb623f9c3a8de84bccee7381 | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Tue Jun 21 00:21:22 2011 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Tue Jun 21 00:21:22 2011 +0000 |
tree | e356dc6d2fd63f16bbccc75658086dce953a5dca | |
parent | 2a45fa7cf67bf88a4edf56d637f6ec7326e44ef8 [diff] [blame] |
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
diff --git a/test/Driver/noexecstack.c b/test/Driver/noexecstack.c index 7c23995..df7da46 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"