Add an XFAIL.
[oota-llvm.git] / test / LLVMC / NoActions.td
index 015bfdd09739f40d7d337dbb1410897af486f35a..1bc1c0268f7f6eb01670c529723e5d6de2fb7a45 100644 (file)
@@ -1,7 +1,8 @@
 // Check that tools without associated actions are accepted.
 // 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 -x c++ %t
+// XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"