[cfe-dev] Self-contained clang/libc++/LLVM installation
Robin Sommer
robin at icir.org
Wed Jan 2 08:38:45 PST 2013
In case somebody finds it helpful, I put a script together that builds
a self-contained clang/libc++/LLVM combo, installed under a given
directory prefix independent of any existing system-wide compiler:
https://github.com/rsmmr/install-clang
The script currently supports Darwin (using libabi++) and Linux (using
libcxxrt), and applies a few small patches before building the source
code to adjust search paths. This hasn't been tested much yet but
seems to work for me; ymmv.
See the README for more. Suggestions for improvements/simplifications
welcome.
Robin
--
Robin Sommer * Phone +1 (510) 722-6541 * robin at icir.org
ICSI/LBNL * Fax +1 (510) 666-2956 * www.icir.org
More information about the cfe-dev
mailing list