mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
abb009d2fd
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60662 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
335 B
TableGen
10 lines
335 B
TableGen
// 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")]>;
|