From f99134f470532eb58d18583f8d90244ac40c03cc Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 27 Jan 2010 07:10:10 +0000 Subject: Suppress clang warning about unused arguments. llvm-svn: 94666 --- llvm/test/LLVMC/EmptyCompilationGraph.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/LLVMC/EmptyCompilationGraph.td') diff --git a/llvm/test/LLVMC/EmptyCompilationGraph.td b/llvm/test/LLVMC/EmptyCompilationGraph.td index 934905b15e9..03328d8d1c1 100644 --- a/llvm/test/LLVMC/EmptyCompilationGraph.td +++ b/llvm/test/LLVMC/EmptyCompilationGraph.td @@ -1,6 +1,6 @@ // Check that the compilation graph can be empty. // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t -// RUN: %compile_cxx -fexceptions -x c++ %t +// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" -- cgit v1.2.3