aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2007-10-31 17:58:51 +0000
committerTed Kremenek <kremenek@apple.com>2007-10-31 17:58:51 +0000
commit3cf47465af0bf0511a55e8cc3a73c6e6a98d3ce5 (patch)
treed2b51ba46903446df9e69a0fc0048df522f63e75
parent2d8a83066f7403ad23bcfa5dff2e59796ce2fac0 (diff)
Updated path to clang.cpp in build documentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43564 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/get_involved.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/get_involved.html b/www/get_involved.html
index c96416053a..68ffe9e720 100644
--- a/www/get_involved.html
+++ b/www/get_involved.html
@@ -70,7 +70,7 @@ If you would like to check out and build the project, the current scheme is:<br>
<ul>
<li>'<tt>touch empty.c; gcc -v empty.c -fsyntax-only</tt>' to get the path.
<li>Look for the comment "FIXME: temporary hack:
- hard-coded paths" in <tt>Driver/clang.cpp</tt> and
+ hard-coded paths" in <tt>clang/Driver/clang.cpp</tt> and
change the lines below to include that path.
</ul>
<li>Build clang</li>