forked from OSchip/llvm-project
Suppress clang warning about unused arguments.
llvm-svn: 94666
This commit is contained in:
parent
d5e27af60a
commit
f99134f470
|
@ -1,7 +1,7 @@
|
|||
// Check that hooks can be invoked from 'append_cmd'.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Check that the compilation graph can be empty.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// http://llvm.org/bugs/show_bug.cgi?id=4157
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: not grep {)));} %t
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// The dummy tool and graph are required to silence warnings.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// http://llvm.org/bugs/show_bug.cgi?id=4159
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// The dummy tool and graph are required to silence warnings.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// The dummy tool and graph are required to silence warnings.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Check that hooks with arguments work.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Check that a hook can be given $INFILE as an argument.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Check that (init true/false) and (init "str") work.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// The dummy tool and graph are required to silence warnings.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// Check that multiple compilation graphs are allowed.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Check that tools without associated actions are accepted.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Check that the compilation graph is not required.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// The dummy tool and graph are required to silence warnings.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Test for the OptionPreprocessor and related functionality.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Check that hooks can be invoked from 'output_suffix'.
|
||||
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
|
||||
// RUN: FileCheck -input-file %t %s
|
||||
// RUN: %compile_cxx -fexceptions -x c++ %t
|
||||
// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
|
||||
// XFAIL: *
|
||||
|
||||
include "llvm/CompilerDriver/Common.td"
|
||||
|
|
Loading…
Reference in New Issue