Make the ptrtoint comparison simplification work if one side is a global.
[oota-llvm.git] / test / LLVMC / MultipleCompilationGraphs.td
index 3305fc6121e21411c1baf4051aa7d82eda68e2e7..9702248b572913510b32c37acb1371cb650c067a 100644 (file)
@@ -1,5 +1,6 @@
 // Check that multiple compilation graphs are allowed.
-// RUN: tblgen -I $srcroot/include --gen-llvmc %s
+// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
+// RUN: %compile_cxx -fexceptions -x c++ %t
 
 include "llvm/CompilerDriver/Common.td"