X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLLVMC%2FHookWithInFile.td;h=ed08b5321ccfb354deee13a9eaa7e0470d6ea5fb;hb=689cf3cb6222652b92fdbd52e96c1d2f421ac44e;hp=b8ae7e212088d8f70dcb495e9ae27289410fb5db;hpb=eb6ed3f89d096b9c8eadb988a4309387b845ab94;p=oota-llvm.git diff --git a/test/LLVMC/HookWithInFile.td b/test/LLVMC/HookWithInFile.td index b8ae7e21208..ed08b5321cc 100644 --- a/test/LLVMC/HookWithInFile.td +++ b/test/LLVMC/HookWithInFile.td @@ -1,7 +1,7 @@ // 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 -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")]>;