diff options
author | Nico Weber <nicolasweber@gmx.de> | 2008-08-26 21:23:32 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2008-08-26 21:23:32 +0000 |
commit | 4e3ee00a2516567efc25ac733bba9b714de08e95 (patch) | |
tree | bb07bc9fad0b6a257e92823bf5c165c7edb55929 | |
parent | ef739970c9314ceed8d3d073e2824fd30181f499 (diff) |
update documentation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55386 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/get_started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/get_started.html b/www/get_started.html index e12d23b575..9f482641a8 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -74,7 +74,7 @@ is:</p> <li>'<tt>touch empty.c; gcc -v empty.c -fsyntax-only</tt>' to get the path.</li> <li>Look for the comment "FIXME: temporary hack: - hard-coded paths" in <tt>clang/Driver/clang.cpp</tt> and + hard-coded paths" in <tt>clang/lib/Driver/InitHeaderSearch.cpp</tt> and change the lines below to include that path.</li> </ul> |