blob: 0388cb0b0f1e80fe13a4355169b1591cf3c13367 [file] [log] [blame]
Mikhail Glushenkove4ac23a2009-12-15 03:04:52 +00001// Check that warnings about unused options are really emitted.
Mikhail Glushenkovabb009d2008-12-07 16:44:15 +00002// This should fail because the output is printed on stderr.
Jeffrey Yasskin765028f2010-03-19 01:10:41 +00003// RUN: tblgen -I %p/../../include --gen-llvmc %s |& grep "option '-Wall' has no effect!"
Jeffrey Yasskinf65b0e92010-03-21 08:12:46 +00004// XFAIL: vg_leak
Mikhail Glushenkov15dcc2a2008-12-07 16:41:50 +00005
6include "llvm/CompilerDriver/Common.td"
7
Mikhail Glushenkova01ce002008-12-21 07:47:49 +00008def OptList : OptionList<[(switch_option "Wall", (extern))]>;