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 | bc15f242d578974a09acc3c44f4f514493eddd60 (patch) | |
tree | 67ad64e5cc6fd7abecedcf2454189bfb033d9e36 /test/LLVMC/ForwardValue.td | |
parent | 2cf7251d39f28888af06b6f941eabd1d10995382 (diff) | |
download | external_llvm-bc15f242d578974a09acc3c44f4f514493eddd60.zip external_llvm-bc15f242d578974a09acc3c44f4f514493eddd60.tar.gz external_llvm-bc15f242d578974a09acc3c44f4f514493eddd60.tar.bz2 |
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/ForwardValue.td')
-rw-r--r-- | test/LLVMC/ForwardValue.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/ForwardValue.td b/test/LLVMC/ForwardValue.td index 6a32e0b..31e395e 100644 --- a/test/LLVMC/ForwardValue.td +++ b/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" |