Suppress clang warning about unused arguments.
[oota-llvm.git] / test / LLVMC / ForwardTransformedValue.td
index e26345362c0f3f4e0768bdba3a1322240aab6b84..8b1f51750531fecc7d98bdbd727aa40be365a9db 100644 (file)
@@ -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 -fexceptions -x c++ %t
+// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
 
 include "llvm/CompilerDriver/Common.td"