From: Gabor Greif
Date: Mon, 29 Mar 2010 21:36:06 +0000 (+0000)
Subject: provide a simpler way to get to the headers
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74350825e370a37fb3baec78082078b28fc3c8b4;p=clang
provide a simpler way to get to the headers
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99843 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/get_started.html b/www/get_started.html
index f750fa0921..141698f6e8 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -65,7 +65,7 @@ follows:
to find your C++ standard library headers. If Clang cannot find your
system libstdc++ headers, please follow these instructions:
- - 'touch empty.cpp; gcc -v empty.cpp -fsyntax-only' to get the
+
- 'gcc -v -x c++ /dev/null -fsyntax-only' to get the
path.
- Look for the comment "FIXME: temporary hack:
hard-coded paths" in clang/lib/Frontend/InitHeaderSearch.cpp and