1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/LLVMC/TestWarnings.td
Mikhail Glushenkov 2cd5897920 Use ignore & grep instead of XFAIL.
llvm-svn: 61307
2008-12-21 07:47:49 +00:00

8 lines
317 B
TableGen

// Check that the compiler warns about unused options.
// This should fail because the output is printed on stderr.
// RUN: ignore tblgen -I $srcroot/include --gen-llvmc %s |& grep "option '-Wall' has no effect!"
include "llvm/CompilerDriver/Common.td"
def OptList : OptionList<[(switch_option "Wall", (extern))]>;