Remove NumberHack entirely.
[oota-llvm.git] / test / LLVMC / HookWithInFile.td
index bf64008446588bc976664d7525b45bf42f963d38..9855dbc5bd9a09529cd4583ff9e24d637ddbd11d 100644 (file)
@@ -1,13 +1,14 @@
 // Check that a hook can be given $INFILE as an argument.
 // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
 // RUN: FileCheck -input-file %t %s
-// RUN: %compile_cxx -Qunused-arguments -fexceptions -x c++ %t
+// 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")
 ]>;