diff options
Diffstat (limited to 'llvm/test/LLVMC/HookWithInFile.td')
| -rw-r--r-- | llvm/test/LLVMC/HookWithInFile.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/LLVMC/HookWithInFile.td b/llvm/test/LLVMC/HookWithInFile.td index a2cc4d81549..7fb3df1c9a6 100644 --- a/llvm/test/LLVMC/HookWithInFile.td +++ b/llvm/test/LLVMC/HookWithInFile.td @@ -1,6 +1,7 @@ // Check that a hook can be given $INFILE as an argument. // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t // RUN: grep Hook\\(inFile.c_str\\(\\)\\) %t | count 1 +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" |

