provide a simpler way to get to the headers

llvm-svn: 99843
This commit is contained in:
Gabor Greif 2010-03-29 21:36:06 +00:00
parent dcd7f927bd
commit bf82f94d35
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ follows:</p>
to find your C++ standard library headers. If Clang cannot find your
system libstdc++ headers, please follow these instructions:</li>
<ul>
<li>'<tt>touch empty.cpp; gcc -v empty.cpp -fsyntax-only</tt>' to get the
<li>'<tt>gcc -v -x c++ /dev/null -fsyntax-only</tt>' to get the
path.</li>
<li>Look for the comment "FIXME: temporary hack:
hard-coded paths" in <tt>clang/lib/Frontend/InitHeaderSearch.cpp</tt> and