diff options
Diffstat (limited to 'llvm/test/LLVMC/HookWithArguments.td')
-rw-r--r-- | llvm/test/LLVMC/HookWithArguments.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LLVMC/HookWithArguments.td b/llvm/test/LLVMC/HookWithArguments.td index ba0bbe10d37..369711a490c 100644 --- a/llvm/test/LLVMC/HookWithArguments.td +++ b/llvm/test/LLVMC/HookWithArguments.td @@ -1,7 +1,7 @@ // Check that hooks with arguments 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" |