[cfe-commits] r133492 - /cfe/trunk/test/Driver/noexecstack.c
Nick Lewycky
nicholas at mxc.ca
Mon Jun 20 17:23:47 PDT 2011
Author: nicholas
Date: Mon Jun 20 19:23:47 2011
New Revision: 133492
URL: http://llvm.org/viewvc/llvm-project?rev=133492&view=rev
Log:
Also fix the warning about using "clang" instead of %clang.
Modified:
cfe/trunk/test/Driver/noexecstack.c
Modified: cfe/trunk/test/Driver/noexecstack.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/noexecstack.c?rev=133492&r1=133491&r2=133492&view=diff
==============================================================================
--- cfe/trunk/test/Driver/noexecstack.c (original)
+++ cfe/trunk/test/Driver/noexecstack.c Mon Jun 20 19:23:47 2011
@@ -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"
More information about the cfe-commits
mailing list