blob: 9523e24702ea87a93e1fd33725638d40128c82dd [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.
Daniel Dunbar43c8a062009-09-13 01:37:07 +00003// RUN: ignore tblgen -I %p/../../include --gen-llvmc %s |& grep "option '-Wall' has no effect!"
Mikhail Glushenkov15dcc2a2008-12-07 16:41:50 +00004
5include "llvm/CompilerDriver/Common.td"
6
Mikhail Glushenkova01ce002008-12-21 07:47:49 +00007def OptList : OptionList<[(switch_option "Wall", (extern))]>;