cling/patches
2014-01-07 11:51:04 +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.txt Move from patches to git repo. 2014-01-07 11:51:04 +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.