From 1110425df2e58bdaeb623f9c3a8de84bccee7381 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 21 Jun 2011 00:21:22 +0000 Subject: [PATCH] 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 --- test/Driver/noexecstack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.1