llvm-6502/test/LLVMC/TestWarnings.td

10 lines
335 B
TableGen
Raw Normal View History

// Check that the compiler warns about unused options.
// This should fail because the output is printed on stderr.
// RUN: tblgen -I $srcroot/include --gen-llvmc %s | grep extern
// XFAIL: *
include "llvm/CompilerDriver/Common.td"
def OptList : OptionList<[(extern_switch "Wall"),
(extern_parameter "std"), (extern_list "L")]>;