diff options
author | Duncan Sands <baldrick@free.fr> | 2010-01-27 10:08:08 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-01-27 10:08:08 +0000 |
commit | 1a0203e057f05c70184742ce6c7d32eaa6cbd0a7 (patch) | |
tree | 2830f465dd8796c71fa5985171d0efde7345c265 /llvm/test/LLVMC | |
parent | 0afd3a23cd32a1c9f28b0b424c4a3ca0931eef2b (diff) | |
download | bcm5719-llvm-1a0203e057f05c70184742ce6c7d32eaa6cbd0a7.tar.gz bcm5719-llvm-1a0203e057f05c70184742ce6c7d32eaa6cbd0a7.zip |
Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments].
It causes g++ to complain: unrecognized option '-Qunused-arguments'
llvm-svn: 94670
Diffstat (limited to 'llvm/test/LLVMC')
-rw-r--r-- | llvm/test/LLVMC/AppendCmdHook.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/EmptyCompilationGraph.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/EnvParentheses.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/ExternOptions.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/ForwardAs.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/ForwardTransformedValue.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/ForwardValue.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/HookWithArguments.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/HookWithInFile.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/Init.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/MultiValuedOption.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/MultipleCompilationGraphs.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/NoActions.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/NoCompilationGraph.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/OneOrMore.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/OptionPreprocessor.td | 2 | ||||
-rw-r--r-- | llvm/test/LLVMC/OutputSuffixHook.td | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/llvm/test/LLVMC/AppendCmdHook.td b/llvm/test/LLVMC/AppendCmdHook.td index fc725a7c391..4a9d39121a4 100644 --- a/llvm/test/LLVMC/AppendCmdHook.td +++ b/llvm/test/LLVMC/AppendCmdHook.td @@ -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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/EmptyCompilationGraph.td b/llvm/test/LLVMC/EmptyCompilationGraph.td index 03328d8d1c1..934905b15e9 100644 --- a/llvm/test/LLVMC/EmptyCompilationGraph.td +++ b/llvm/test/LLVMC/EmptyCompilationGraph.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/EnvParentheses.td b/llvm/test/LLVMC/EnvParentheses.td index ae27d046804..77aab95c5f0 100644 --- a/llvm/test/LLVMC/EnvParentheses.td +++ b/llvm/test/LLVMC/EnvParentheses.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/ExternOptions.td b/llvm/test/LLVMC/ExternOptions.td index 6b63f0897b2..a05f2ca15b6 100644 --- a/llvm/test/LLVMC/ExternOptions.td +++ b/llvm/test/LLVMC/ExternOptions.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/ForwardAs.td b/llvm/test/LLVMC/ForwardAs.td index 53ba39747f6..ce6fbb06ef5 100644 --- a/llvm/test/LLVMC/ForwardAs.td +++ b/llvm/test/LLVMC/ForwardAs.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/ForwardTransformedValue.td b/llvm/test/LLVMC/ForwardTransformedValue.td index 8b1f5175053..e26345362c0 100644 --- a/llvm/test/LLVMC/ForwardTransformedValue.td +++ b/llvm/test/LLVMC/ForwardTransformedValue.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/ForwardValue.td b/llvm/test/LLVMC/ForwardValue.td index 6a32e0b048c..31e395e6d0b 100644 --- a/llvm/test/LLVMC/ForwardValue.td +++ b/llvm/test/LLVMC/ForwardValue.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/HookWithArguments.td b/llvm/test/LLVMC/HookWithArguments.td index 369711a490c..ba0bbe10d37 100644 --- a/llvm/test/LLVMC/HookWithArguments.td +++ b/llvm/test/LLVMC/HookWithArguments.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/HookWithInFile.td b/llvm/test/LLVMC/HookWithInFile.td index bf640084465..e15e43cdf04 100644 --- a/llvm/test/LLVMC/HookWithInFile.td +++ b/llvm/test/LLVMC/HookWithInFile.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/Init.td b/llvm/test/LLVMC/Init.td index 57ddaaf746d..355d83ff95a 100644 --- a/llvm/test/LLVMC/Init.td +++ b/llvm/test/LLVMC/Init.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/MultiValuedOption.td b/llvm/test/LLVMC/MultiValuedOption.td index 3a1bbbf3483..8cb18782700 100644 --- a/llvm/test/LLVMC/MultiValuedOption.td +++ b/llvm/test/LLVMC/MultiValuedOption.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/MultipleCompilationGraphs.td b/llvm/test/LLVMC/MultipleCompilationGraphs.td index 1ae738b87fa..9702248b572 100644 --- a/llvm/test/LLVMC/MultipleCompilationGraphs.td +++ b/llvm/test/LLVMC/MultipleCompilationGraphs.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/NoActions.td b/llvm/test/LLVMC/NoActions.td index cc01240f782..9c2d45a810f 100644 --- a/llvm/test/LLVMC/NoActions.td +++ b/llvm/test/LLVMC/NoActions.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/NoCompilationGraph.td b/llvm/test/LLVMC/NoCompilationGraph.td index 163e97ff27c..96c1f17e18e 100644 --- a/llvm/test/LLVMC/NoCompilationGraph.td +++ b/llvm/test/LLVMC/NoCompilationGraph.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/OneOrMore.td b/llvm/test/LLVMC/OneOrMore.td index ab6f8d51894..ddf7cd1143a 100644 --- a/llvm/test/LLVMC/OneOrMore.td +++ b/llvm/test/LLVMC/OneOrMore.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/OptionPreprocessor.td b/llvm/test/LLVMC/OptionPreprocessor.td index c9ba2621dfd..8d748eee532 100644 --- a/llvm/test/LLVMC/OptionPreprocessor.td +++ b/llvm/test/LLVMC/OptionPreprocessor.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" diff --git a/llvm/test/LLVMC/OutputSuffixHook.td b/llvm/test/LLVMC/OutputSuffixHook.td index 4ff15eac6bd..4ecad2360ba 100644 --- a/llvm/test/LLVMC/OutputSuffixHook.td +++ b/llvm/test/LLVMC/OutputSuffixHook.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 -Qunused-arguments -fexceptions -x c++ %t +// RUN: %compile_cxx -fexceptions -x c++ %t // XFAIL: * include "llvm/CompilerDriver/Common.td" |