2009-12-15 11:04:52 +08:00
|
|
|
// Check that warnings about unused options are really emitted.
|
2008-12-08 00:44:15 +08:00
|
|
|
// This should fail because the output is printed on stderr.
|
2010-03-19 09:10:41 +08:00
|
|
|
// RUN: tblgen -I %p/../../include --gen-llvmc %s |& grep "option '-Wall' has no effect!"
|
2010-03-21 16:12:46 +08:00
|
|
|
// XFAIL: vg_leak
|
2008-12-08 00:41:50 +08:00
|
|
|
|
|
|
|
include "llvm/CompilerDriver/Common.td"
|
|
|
|
|
2010-08-15 15:07:24 +08:00
|
|
|
def OptList : OptionList<[(switch_option "Wall", (help "dummy"))]>;
|