[cfe-dev] building libc++

Dave Yost yost at millcomputing.com
Mon Jun 23 05:48:48 PDT 2014


I'm building and installing a self-contained llvm tree.

So, working from your instructions for building clang, I do this:

Z% ls -C
cfe-3.4.2.src
llvm-3.4.2.src
Z% ln -sf ../../cfe-3.4.2.src llvm-3.4.2.src/tools/clang
Z% mkdir build
Z% cd build
Z% ../llvm-3.4.2.src/configure --prefix=/usr/local/llvm/3.4.2
etc.

Is there a place for libcxx in the llvm-3.4.2.src tree?

Or must I build libcxx separately?

Thanks

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140623/dec5da4a/attachment.html>


More information about the cfe-dev mailing list