summaryrefslogtreecommitdiff
path: root/test/LLVMC/AppendCmdHook.td
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-27 07:10:10 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-27 07:10:10 +0000
commited240c474d57e4b591c6193767b8acc8b6e87517 (patch)
tree74a069faae7008bc7ada4197f5499e3bead8f203 /test/LLVMC/AppendCmdHook.td
parentb17124553d569c6f09347f2cbe072eab445d30c4 (diff)
downloadllvm-ed240c474d57e4b591c6193767b8acc8b6e87517.tar.gz
llvm-ed240c474d57e4b591c6193767b8acc8b6e87517.tar.bz2
llvm-ed240c474d57e4b591c6193767b8acc8b6e87517.tar.xz
Suppress clang warning about unused arguments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94666 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/AppendCmdHook.td')
-rw-r--r--test/LLVMC/AppendCmdHook.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/AppendCmdHook.td b/test/LLVMC/AppendCmdHook.td
index 4a9d39121a..fc725a7c39 100644
--- a/test/LLVMC/AppendCmdHook.td
+++ b/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 -fexceptions -x c++ %t
+// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
include "llvm/CompilerDriver/Common.td"