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
This commit is contained in:
Ted Kremenek 2007-10-31 17:58:51 +00:00
Родитель 2d8a83066f
Коммит 3cf47465af
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>