diff options
Diffstat (limited to 'test/LLVMC/Init.td')
-rw-r--r-- | test/LLVMC/Init.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/LLVMC/Init.td b/test/LLVMC/Init.td index d9a4fc1..3d68d05 100644 --- a/test/LLVMC/Init.td +++ b/test/LLVMC/Init.td @@ -2,6 +2,7 @@ // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t // RUN: grep cl::init(\\"some-string\\") %t | count 1 // RUN: grep cl::init(true) %t | count 1 +// RUN: %compile_cxx -fexceptions -x c++ %t include "llvm/CompilerDriver/Common.td" |