aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/TestWarnings.td
blob: cd4609a6ce2f7641eaa75e89a85a80056832d5ef (plain)
1
2
3
4
5
6
7
8
9
// 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")]>;