From 74350825e370a37fb3baec78082078b28fc3c8b4 Mon Sep 17 00:00:00 2001
From: Gabor Greif
Date: Mon, 29 Mar 2010 21:36:06 +0000
Subject: [PATCH] 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
---
www/get_started.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.40.0