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 | 9e8bf1ba0616e41c6d9b3ce8b335c8992bd910c4 (patch) | |
tree | 4a5fa92a64c06bfdc02f822d3c59d4d01a12431f /clang/test | |
parent | 65df58582cca05a5fcf444d02384b12deecb1cae (diff) | |
download | bcm5719-llvm-9e8bf1ba0616e41c6d9b3ce8b335c8992bd910c4.tar.gz bcm5719-llvm-9e8bf1ba0616e41c6d9b3ce8b335c8992bd910c4.zip |
Also fix the warning about using "clang" instead of %clang.
llvm-svn: 133492
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/Driver/noexecstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/noexecstack.c b/clang/test/Driver/noexecstack.c index df7da4699c2..7431a193daa 100644 --- a/clang/test/Driver/noexecstack.c +++ b/clang/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" |