diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-06-21 00:23:47 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-06-21 00:23:47 +0000 |
commit | 0c25d285fb6f3d24537c165d2aa5acefd0836048 (patch) | |
tree | be005ee63e6c75825b0536068521f5370ae69ed4 | |
parent | 1110425df2e58bdaeb623f9c3a8de84bccee7381 (diff) |
Also fix the warning about using "clang" instead of %clang.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133492 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/noexecstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/noexecstack.c b/test/Driver/noexecstack.c index df7da4699c..7431a193da 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 2>&1 | grep "mnoexecstack" |