Re: [PATCH][www] Mention that libcxx is necessary on OS X

2015-09-04 Thread Yuri Gribov via cfe-commits
Oh, nice so this was actually done by Kuba to fix sanitizer unittests: "echo '#include ' | ${COMPILER_RT_TEST_COMPILER} -E -x c++ - > /dev/null" "if [ $? != 0 ] " " then echo" " echo 'Your just-built clang cannot find C++ headers, which are needed to build and run compile

Re: [PATCH][www] Mention that libcxx is necessary on OS X

2015-09-04 Thread Yuri Gribov via cfe-commits
On Fri, Sep 4, 2015 at 11:49 PM, Jonathan Roelofs wrote: > On 9/4/15 2:45 PM, Yuri Gribov via cfe-commits wrote: > >> Hi all, >> >> According to https://llvm.org/bugs/show_bug.cgi?id=17821 , when Clang >> gets built on OS X we need to build it with libcxx and libc

[PATCH][www] Mention that libcxx is necessary on OS X

2015-09-04 Thread Yuri Gribov via cfe-commits
Hi all, According to https://llvm.org/bugs/show_bug.cgi?id=17821 , when Clang gets built on OS X we need to build it with libcxx and libcxxabi (otherwise tests will fail to link with "can't find iostream". This patch adds a note to getting started page. Ok to apply? Best regards, Yury Gribov li