Remove NumberHack entirely.
[oota-llvm.git] / test / LLVMC / MultiValuedOption.td
index d68a115af19d07a4bb2e58740c1329fb0aaa23d4..73ccb6311f3cde0a2ef3b5849f16f2b85c2d0985 100644 (file)
@@ -1,16 +1,19 @@
 // Check that multivalued options work.
 // The dummy tool and graph are required to silence warnings.
-// RUN: tblgen -I $srcroot/include --gen-llvmc %s -o %t
-// RUN: grep cl::multi_val(2) %t | count 1
+// 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 OptList : OptionList<[
+    // CHECK: cl::multi_val(2)
     (prefix_list_option "foo", (multi_val 2)),
     (parameter_list_option "baz", (multi_val 2), (extern))]>;
 
 def dummy_tool : Tool<[
-(cmd_line "dummy_cmd"),
+(command "dummy_cmd"),
 (in_language "dummy"),
 (out_language "dummy"),
 (actions (case