diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-07-30 20:02:02 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-07-30 20:02:02 +0000 |
commit | 3b30a6e92d1da79674451879d4112a8f83cc12a4 (patch) | |
tree | a36fd9f3b291fac784210de9e61e6d6c43c7d9d4 /include | |
parent | ed3fa8552a9b4c92b0374bf9fdb82ffeb3d6dc82 (diff) | |
download | external_llvm-3b30a6e92d1da79674451879d4112a8f83cc12a4.zip external_llvm-3b30a6e92d1da79674451879d4112a8f83cc12a4.tar.gz external_llvm-3b30a6e92d1da79674451879d4112a8f83cc12a4.tar.bz2 |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 80b443f..ae4116a 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -437,6 +437,9 @@ /* Define to 1 if you have the <windows.h> header file. */ #undef HAVE_WINDOWS_H +/* Define to 1 if you have the `__dso_handle' function. */ +#undef HAVE___DSO_HANDLE + /* Installation directory for binary executables */ #undef LLVM_BINDIR |