5010c61b6adbff33721ef5ce3b798f54f76aaad7
[oota-llvm.git] / test / LLVMC / TestWarnings.td
1 // Check that the compiler warns about unused options!.
2 // RUN: tblgen -I $srcroot/include --gen-llvmc %s | grep extern
3 // XFAIL: *
4
5 include "llvm/CompilerDriver/Common.td"
6
7 def OptList : OptionList<[(extern_switch "Wall"),
8     (extern_parameter "std"), (extern_list "L")]>;