]> granicus.if.org Git - clang/commitdiff
Remove the leading hyphen so that grep doesn't parse it as one long option :)
authorNick Lewycky <nicholas@mxc.ca>
Tue, 21 Jun 2011 00:21:22 +0000 (00:21 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 21 Jun 2011 00:21:22 +0000 (00:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133491 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/noexecstack.c

index 7c23995682de9ebdc60c1f17766206ba31abee05..df7da4699c2997e6febfdffaa8380f8d26c1ef50 100644 (file)
@@ -1 +1 @@
-// RUN: clang -### %s -c -o tmp.o -Wa,--noexecstack | grep "-mnoexecstack"
+// RUN: clang -### %s -c -o tmp.o -Wa,--noexecstack | grep "mnoexecstack"