cling/patches
Vassil Vassilev 6cf3f346bb Use markdown
2014-02-27 12:49:09 +01:00
..
llvm-Makefile.diff Add targets cling-only; install-cling - reduces build-time for cling. ROOT-4868 2013-05-17 10:40:47 +02:00
README.md Use markdown 2014-02-27 12:49:09 +01:00

The patches are now tracked in the git repositories

http://root.cern.ch/git/llvm.git (mirror of llvm's git) http://root.cern.ch/git/clang.git (mirror of clang's git)

To build cling check out the tag called "cling-patches-rREV" from both repos, where REV comes from LastKnownGoodLLVMSVNRevision.txt, for instance:

$ cd src; git checkout cling-patches-r191429 $ cd tools/clang; git checkout cling-patches-r191429

See http://cern.ch/cling for build instructions.