XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. We
[oota-llvm.git] / test / LLVMC / NoActions.td
index 9c2d45a810f6bdfd8834f1edd59d637df4c45b20..a80bcfe6ce1cc519caef7c0112bf969abb22997a 100644 (file)
@@ -2,12 +2,13 @@
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
 // RUN: %compile_cxx -fexceptions -x c++ %t
+// XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"
 
 // CHECK: class dummy_tool : public Tool {
 def dummy_tool : Tool<[
-(cmd_line "dummy_cmd $INFILE"),
+(command "dummy_cmd"),
 (in_language "dummy"),
 (out_language "dummy")
 ]>;