summaryrefslogtreecommitdiff
path: root/test/LLVMC/NoCompilationGraph.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/NoCompilationGraph.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/NoCompilationGraph.td')
-rw-r--r--test/LLVMC/NoCompilationGraph.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/NoCompilationGraph.td b/test/LLVMC/NoCompilationGraph.td
index 163e97ff27..96c1f17e18 100644
--- a/test/LLVMC/NoCompilationGraph.td
+++ b/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"