aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-09-22 20:47:09 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-09-22 20:47:09 +0000
commitac69f91e444cc82b969e13a89c74f232d6b73a7d (patch)
treeb3dfa8f97625ae7ca15aa0cce744c0bf9f9fd0a1
parentd92f2e01fcc89fe1bcf383adebea089b3922f36a (diff)
Rename our version of ccc to ccc2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56461 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/llvmc2/examples/Clang.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc2/examples/Clang.td b/tools/llvmc2/examples/Clang.td
index 07d59e8fbd..383984a0bf 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"