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