[cfe-dev] how to build llvm 3.4 to use system libc++ on darwin13?
Rafael EspĂndola
rafael.espindola at gmail.com
Mon Nov 18 21:22:00 PST 2013
The current design is for clang to use a libc++ installed with it. You
should be able to do that by just checking out libc++ into
llvm/projects.
On 18 November 2013 20:55, Jack Howarth <howarth at bromo.med.uc.edu> wrote:
> Currently on darwin12 and earlier, the cmake buld of llvm/compiler-rt/clang defaults
> to use the system libstdc++ c++ headers for the clang++ compiler. Is it possible to
> build llvm 3.4 on darwin13 so that the default behavior is to use -stdlib=libc++ and
> to use the same libc++ c++ headers that the sytem clang++ compiler from Xcode uses?
> Thanks in advance for any advice on this issue.
> Jack
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
More information about the cfe-dev
mailing list