OSDN Git Service

Add detection of __dso_handle presence during configure. Use this information in the
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 30 Jul 2007 20:02:02 +0000 (20:02 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 30 Jul 2007 20:02:02 +0000 (20:02 +0000)
commit3b30a6e92d1da79674451879d4112a8f83cc12a4
treea36fd9f3b291fac784210de9e61e6d6c43c7d9d4
parented3fa8552a9b4c92b0374bf9fdb82ffeb3d6dc82
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
autoconf/configure.ac
include/llvm/Config/config.h.in
lib/ExecutionEngine/JIT/JIT.cpp