[llvm-commits] [llvm] r98917 - /llvm/trunk/test/LLVMC/TestWarnings.td
Jeffrey Yasskin
jyasskin at google.com
Thu Mar 18 18:10:41 PDT 2010
Author: jyasskin
Date: Thu Mar 18 20:10:41 2010
New Revision: 98917
URL: http://llvm.org/viewvc/llvm-project?rev=98917&view=rev
Log:
Remove `ignore` from LLVMC/TestWarnings.td. This avoids
https://bugs.kde.org/show_bug.cgi?id=231257 and seems not to have been
needed in the first place.
Modified:
llvm/trunk/test/LLVMC/TestWarnings.td
Modified: llvm/trunk/test/LLVMC/TestWarnings.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/LLVMC/TestWarnings.td?rev=98917&r1=98916&r2=98917&view=diff
==============================================================================
--- llvm/trunk/test/LLVMC/TestWarnings.td (original)
+++ llvm/trunk/test/LLVMC/TestWarnings.td Thu Mar 18 20:10:41 2010
@@ -1,6 +1,6 @@
// Check that warnings about unused options are really emitted.
// This should fail because the output is printed on stderr.
-// RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "option '-Wall' has no effect!"
+// RUN: tblgen -I %p/../../include --gen-llvmc %s |& grep "option '-Wall' has no effect!"
include "llvm/CompilerDriver/Common.td"
More information about the llvm-commits
mailing list