blob: 1a4064e44b270cc24b694ba4d39e89d86b76c919 [file] [log] [blame]
Mikhail Glushenkovabb009d2008-12-07 16:44:15 +00001// Check that the compiler warns about unused options.
2// 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))]>;