6 Commits

Author SHA1 Message Date
Axel Naumann
34e7fa0f67 Add missing cygwin arch defines as reported by Angelo Gaziosi. Will report to clang later, once we know that this works.
git-svn-id: http://root.cern.ch/svn/root/trunk@48222 27541ba8-7e3a-0410-8455-c3a389f83636
2013-01-08 08:12:33 +00:00
Paul Russo
b5ec57da5b Turn off the codegen option CXXCtorDtorAliases for the
jit.  This prevents codegen from implementing a complete
constructor by using a linker alias to the base constructor,
instead it emits the function itself.  This prevents the
jit from crashing on simple code.


git-svn-id: http://root.cern.ch/svn/root/trunk@48053 27541ba8-7e3a-0410-8455-c3a389f83636
2012-12-14 22:23:19 +00:00
Vassil Vassilev
ed96f22a74 Make use of the new patch in the vendor branch. Setting the TU to TU_Complete
will force generation of the vtables of referenced classes.


git-svn-id: http://root.cern.ch/svn/root/trunk@47821 27541ba8-7e3a-0410-8455-c3a389f83636
2012-12-04 15:22:10 +00:00
Vassil Vassilev
df045c6cf4 It doesn't leak, it is refcounted by the compiler instance.
git-svn-id: http://root.cern.ch/svn/root/trunk@46560 27541ba8-7e3a-0410-8455-c3a389f83636
2012-10-16 09:58:08 +00:00
Axel Naumann
adcf034af3 Enable Modules by default for cling.
git-svn-id: http://root.cern.ch/svn/root/trunk@46140 27541ba8-7e3a-0410-8455-c3a389f83636
2012-09-24 13:52:26 +00:00
Axel Naumann
05ba8a3a07 Move cling from cint/ to interpreter/ (Will add a "we have moved" readme to cint/cling.)
git-svn-id: http://root.cern.ch/svn/root/trunk@45844 27541ba8-7e3a-0410-8455-c3a389f83636
2012-09-05 09:37:39 +00:00