From ca8c49f9d2c22c6f2a7c6bf289ed1cb943c53116 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 10 Mar 2009 16:01:44 +0000 Subject: [PATCH] update this, C headers don't need hacks anymore. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66544 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/get_started.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/get_started.html b/www/get_started.html index dbce1f23ab..1809362a61 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -65,15 +65,15 @@ is:

  • svn co http://llvm.org/svn/llvm-project/cfe/trunk clang
  • -
  • Non-mac users: Paths to system header files are currently hard coded - into clang; as a result, if clang can't find your system headers, - please follow these instructions:
  • +
  • If you intend to work on clang C++ support, you may need to tell it how + to find your C++ standard library headers. If clang can't find your + system libstdc++ headers, please follow these instructions:
  • -- 2.40.0