X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLLVMC%2FNoActions.td;h=34b444066350c12feaca6e75f3e1848092d20132;hb=3b5dfcd8fd9edce8019b6d7541e2a3c5159b2852;hp=1bc1c0268f7f6eb01670c529723e5d6de2fb7a45;hpb=eb6ed3f89d096b9c8eadb988a4309387b845ab94;p=oota-llvm.git diff --git a/test/LLVMC/NoActions.td b/test/LLVMC/NoActions.td index 1bc1c0268f7..34b44406635 100644 --- a/test/LLVMC/NoActions.td +++ b/test/LLVMC/NoActions.td @@ -1,7 +1,7 @@ // Check that tools without associated actions are accepted. // RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t // RUN: FileCheck -input-file %t %s -// RUN: %compile_cxx -x c++ %t +// RUN: %compile_cxx %t // XFAIL: vg_leak include "llvm/CompilerDriver/Common.td" @@ -13,4 +13,4 @@ def dummy_tool : Tool<[ (out_language "dummy") ]>; -def DummyGraph : CompilationGraph<[SimpleEdge<"root", "dummy_tool">]>; +def DummyGraph : CompilationGraph<[(edge "root", "dummy_tool")]>;