[cfe-commits] r78320 - /cfe/trunk/www/hacking.html

Daniel Dunbar daniel at zuster.org
Thu Aug 6 09:47:53 PDT 2009


Author: ddunbar
Date: Thu Aug  6 11:47:53 2009
New Revision: 78320

URL: http://llvm.org/viewvc/llvm-project?rev=78320&view=rev
Log:
s/ccc/clang/

Modified:
    cfe/trunk/www/hacking.html

Modified: cfe/trunk/www/hacking.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/hacking.html?rev=78320&r1=78319&r2=78320&view=diff

==============================================================================
--- cfe/trunk/www/hacking.html (original)
+++ cfe/trunk/www/hacking.html Thu Aug  6 11:47:53 2009
@@ -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>
   
   <!--=====================================================================-->





More information about the cfe-commits mailing list