diff options
-rw-r--r-- | www/get_involved.html | 4 |
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>
|