llvm-6502/lib/ExecutionEngine/JIT
Anton Korobeynikov 3b30a6e92d Add detection of __dso_handle presence during configure. Use this information in the
JITer (short path is added for darwin). This is needed to properly JIT llvm-gcc-4.2-built
binaries, since cxa_atexit is enabled by default on much more targets.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40600 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-30 20:02:02 +00:00
..
Intercept.cpp Removing even more <iostream> includes. 2006-12-07 20:04:42 +00:00
JIT.cpp Add detection of __dso_handle presence during configure. Use this information in the 2007-07-30 20:02:02 +00:00
JIT.h fit in 80 cols 2007-04-20 22:40:40 +00:00
JITEmitter.cpp Hush a noisy warning from GCC 4.2 about overflow during conversion by using 2007-07-19 21:05:30 +00:00
Makefile Fix library name. 2004-10-28 05:37:24 +00:00
TargetSelect.cpp avoid mutating a global in an accessor 2007-04-20 22:57:20 +00:00