diff options
Diffstat (limited to 'llvm/test/LLVMC/Init.td')
-rw-r--r-- | llvm/test/LLVMC/Init.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/Init.td b/llvm/test/LLVMC/Init.td index 355d83ff95a..57ddaaf746d 100644 --- a/llvm/test/LLVMC/Init.td +++ b/llvm/test/LLVMC/Init.td @@ -1,7 +1,7 @@ // Check that (init true/false) and (init "str") work. // 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" |