summaryrefslogtreecommitdiff
path: root/test/LLVMC/OptionPreprocessor.td
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-01-27 10:08:08 +0000
committerDuncan Sands <baldrick@free.fr>2010-01-27 10:08:08 +0000
commitbc15f242d578974a09acc3c44f4f514493eddd60 (patch)
tree67ad64e5cc6fd7abecedcf2454189bfb033d9e36 /test/LLVMC/OptionPreprocessor.td
parent2cf7251d39f28888af06b6f941eabd1d10995382 (diff)
downloadllvm-bc15f242d578974a09acc3c44f4f514493eddd60.tar.gz
llvm-bc15f242d578974a09acc3c44f4f514493eddd60.tar.bz2
llvm-bc15f242d578974a09acc3c44f4f514493eddd60.tar.xz
Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments].
It causes g++ to complain: unrecognized option '-Qunused-arguments' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94670 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/OptionPreprocessor.td')
-rw-r--r--test/LLVMC/OptionPreprocessor.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/OptionPreprocessor.td b/test/LLVMC/OptionPreprocessor.td
index c9ba2621df..8d748eee53 100644
--- a/test/LLVMC/OptionPreprocessor.td
+++ b/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"