summaryrefslogtreecommitdiffstats
path: root/www/get_involved.html
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-10-31 17:57:30 +0000
committerTed Kremenek <kremenek@apple.com>2007-10-31 17:57:30 +0000
commit2d8a83066f7403ad23bcfa5dff2e59796ce2fac0 (patch)
treeeb017fa5d1b087b1bd08b046ce514ec37b61a984 /www/get_involved.html
parentd1c0eee9aa30926839184b657b9e21be4a2ebdb8 (diff)
Updated build instructions to not include an absolute line number in clang.cpp to add hard-coded paths.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43563 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_involved.html')
-rw-r--r--www/get_involved.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/get_involved.html b/www/get_involved.html
index ef377ccab4..c96416053a 100644
--- a/www/get_involved.html
+++ b/www/get_involved.html
@@ -69,7 +69,9 @@ If you would like to check out and build the project, the current scheme is:<br>
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>