]> granicus.if.org Git - clang/commitdiff
Also fix the warning about using "clang" instead of %clang.
authorNick Lewycky <nicholas@mxc.ca>
Tue, 21 Jun 2011 00:23:47 +0000 (00:23 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 21 Jun 2011 00:23:47 +0000 (00:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133492 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/noexecstack.c

index df7da4699c2997e6febfdffaa8380f8d26c1ef50..7431a193daaf4bc6e414de99bfab96adc6822266 100644 (file)
@@ -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"