[cfe-commits] r43563 - /cfe/trunk/www/get_involved.html

Ted Kremenek kremenek at apple.com
Wed Oct 31 10:57:31 PDT 2007


Author: kremenek
Date: Wed Oct 31 12:57:30 2007
New Revision: 43563

URL: http://llvm.org/viewvc/llvm-project?rev=43563&view=rev
Log:
Updated build instructions to not include an absolute line number in clang.cpp to add hard-coded paths.

Modified:
    cfe/trunk/www/get_involved.html

Modified: cfe/trunk/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_involved.html?rev=43563&r1=43562&r2=43563&view=diff

==============================================================================
--- cfe/trunk/www/get_involved.html (original)
+++ cfe/trunk/www/get_involved.html Wed Oct 31 12:57:30 2007
@@ -69,7 +69,9 @@
             please follow these instructions:
 	<ul>
 		<li>'<tt>touch empty.c; gcc -v empty.c -fsyntax-only</tt>' to get the path.
-		<li>change clang/Driver/clang.cpp:606 to include that path
+		<li>Look for the comment "FIXME: temporary hack:
+		hard-coded paths" in <tt>Driver/clang.cpp</tt> and
+		change the lines below to include that path.
 	</ul>
 	<li>Build clang</li>
 	<ul>





More information about the cfe-commits mailing list