[cfe-commits] r133491 - /cfe/trunk/test/Driver/noexecstack.c
Nick Lewycky
nicholas at mxc.ca
Mon Jun 20 17:21:23 PDT 2011
Author: nicholas
Date: Mon Jun 20 19:21:22 2011
New Revision: 133491
URL: http://llvm.org/viewvc/llvm-project?rev=133491&view=rev
Log:
Remove the leading hyphen so that grep doesn't parse it as one long option :)
Modified:
cfe/trunk/test/Driver/noexecstack.c
Modified: cfe/trunk/test/Driver/noexecstack.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/noexecstack.c?rev=133491&r1=133490&r2=133491&view=diff
==============================================================================
--- cfe/trunk/test/Driver/noexecstack.c (original)
+++ cfe/trunk/test/Driver/noexecstack.c Mon Jun 20 19:21:22 2011
@@ -1 +1 @@
-// RUN: clang -### %s -c -o tmp.o -Wa,--noexecstack | grep "-mnoexecstack"
+// RUN: clang -### %s -c -o tmp.o -Wa,--noexecstack | grep "mnoexecstack"
More information about the cfe-commits
mailing list