[LLVMbugs] [Bug 17821] trunk clang cannot find system libc++ on OS X 10.9
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 4 13:33:25 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=17821
Timur Iskhodzhanov <timurrrr at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |timurrrr at google.com
Resolution|WONTFIX |---
--- Comment #7 from Timur Iskhodzhanov <timurrrr at google.com> ---
Tentatively reopening, as building stuff like this:
$ cmake -GNinja -DLLVM_ENABLE_ASSERTIONS=ON -DCMAKE_BUILD_TYPE=Release \
-DLLVM_TARGETS_TO_BUILD=X86 <dir> && ninja -j3 check-clang
results in a binary that fails to include standard C++ headers by default.
Is there a CMake variable we should alter?
FTR, I do have xcode installed.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140204/94d3f173/attachment.html>
More information about the llvm-bugs
mailing list