From 3b30a6e92d1da79674451879d4112a8f83cc12a4 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Mon, 30 Jul 2007 20:02:02 +0000 Subject: 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 --- include/llvm/Config/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 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 -- cgit v1.1