Revert r103137, fix for $ in labels. It looks like we can't actually handle this
[oota-llvm.git] / test / LLVMC / HookWithInFile.td
index e15e43cdf040bd6c0688fdcb514113c7a3d447e4..9855dbc5bd9a09529cd4583ff9e24d637ddbd11d 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"
 
 def dummy_tool : Tool<[
 // CHECK: Hook(inFile.c_str())
-(cmd_line "$CALL(Hook, '$INFILE')/path $INFILE"),
+(command "$CALL(Hook, '$INFILE')/path"),
 (in_language "dummy"),
 (out_language "dummy")
 ]>;