From: Mikhail Glushenkov Date: Mon, 22 Sep 2008 20:47:09 +0000 (+0000) Subject: Rename our version of ccc to ccc2 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ac69f91e444cc82b969e13a89c74f232d6b73a7d;p=oota-llvm.git Rename our version of ccc to ccc2 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56461 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc2/examples/Clang.td b/tools/llvmc2/examples/Clang.td index 07d59e8fbd0..383984a0bfe 100644 --- a/tools/llvmc2/examples/Clang.td +++ b/tools/llvmc2/examples/Clang.td @@ -1,6 +1,6 @@ // A (first stab at a) replacement for the Clang's ccc script. // To compile, use this command: -// make TOOLNAME=ccc GRAPH=examples/Clang.td +// make TOOLNAME=ccc2 GRAPH=examples/Clang.td include "Common.td"