diff options
Diffstat (limited to 'llvm/test/LLVMC/ForwardValue.td')
-rw-r--r-- | llvm/test/LLVMC/ForwardValue.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/ForwardValue.td b/llvm/test/LLVMC/ForwardValue.td index 31e395e6d0b..6a32e0b048c 100644 --- a/llvm/test/LLVMC/ForwardValue.td +++ b/llvm/test/LLVMC/ForwardValue.td @@ -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" |