diff options
Diffstat (limited to 'llvm/test/LLVMC/ForwardAs.td')
-rw-r--r-- | llvm/test/LLVMC/ForwardAs.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/ForwardAs.td b/llvm/test/LLVMC/ForwardAs.td index ce6fbb06ef5..53ba39747f6 100644 --- a/llvm/test/LLVMC/ForwardAs.td +++ b/llvm/test/LLVMC/ForwardAs.td @@ -2,7 +2,7 @@ // http://llvm.org/bugs/show_bug.cgi?id=4159 // 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" |