aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-06 16:47:53 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-06 16:47:53 +0000
commit12e57bca9218cfcb6f710b246c36c4224b2f882f (patch)
tree241e3bb833e8ad6c7933c8bfa336f0b791a75400
parent4a959d8788179d654df6b213b08d2b064989211d (diff)
s/ccc/clang/
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78320 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/hacking.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/hacking.html b/www/hacking.html
index 6b458b7759..4555322279 100644
--- a/www/hacking.html
+++ b/www/hacking.html
@@ -119,8 +119,8 @@
<p>For more intensive changes, running
the <a href="http://llvm.org/docs/TestingGuide.html#testsuiterun">LLVM
Test Suite</a> with clang is recommended. Currently the best way to
- override LLVMGCC, as in: <tt>make LLVMGCC="ccc -std=gnu89"
- TEST=nightly report</tt> (make sure ccc is in your PATH or use the
+ override LLVMGCC, as in: <tt>make LLVMGCC="clang -std=gnu89"
+ TEST=nightly report</tt> (make sure <tt>clang</tt> is in your PATH or use the
full path).</p>
<!--=====================================================================-->