diff options
Diffstat (limited to 'llvm/test/LLVMC/EmptyCompilationGraph.td')
-rw-r--r-- | llvm/test/LLVMC/EmptyCompilationGraph.td | 2 |
1 files changed, 1 insertions, 1 deletions
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" |