X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLLVMC%2FInit.td;h=c3846797026e4c2bc961416e9e9df747927b62a5;hb=689cf3cb6222652b92fdbd52e96c1d2f421ac44e;hp=ff9a0d8d90f8ce7df93529ad95e497a89a9f7c46;hpb=7cebe55bade5c784fb9e2c574cc797fcd6cf1082;p=oota-llvm.git diff --git a/test/LLVMC/Init.td b/test/LLVMC/Init.td index ff9a0d8d90f..c3846797026 100644 --- a/test/LLVMC/Init.td +++ b/test/LLVMC/Init.td @@ -1,7 +1,8 @@ // Check that (init true/false) and (init "str") work. // 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 %t +// XFAIL: vg_leak include "llvm/CompilerDriver/Common.td" @@ -21,4 +22,4 @@ def dummy_tool : Tool<[ (not_empty "dummy2"), (forward "dummy2"))) ]>; -def DummyGraph : CompilationGraph<[SimpleEdge<"root", "dummy_tool">]>; +def DummyGraph : CompilationGraph<[(edge "root", "dummy_tool")]>;