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

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

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