From: Nick Lewycky Date: Tue, 21 Jun 2011 00:21:22 +0000 (+0000) Subject: Remove the leading hyphen so that grep doesn't parse it as one long option :) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1110425df2e58bdaeb623f9c3a8de84bccee7381;p=clang 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 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"