aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config/config.h.cmake
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-14 18:06:25 +0000
committerDan Gohman <gohman@apple.com>2009-07-14 18:06:25 +0000
commit6bfead31791a7ef7739d451eeaf7e5cf7eea2485 (patch)
tree7198080c64798fa168be255de0944e37cc42f915 /include/llvm/Config/config.h.cmake
parentfa196e34b0676a48d824c8feb29c6ca016667025 (diff)
downloadexternal_llvm-6bfead31791a7ef7739d451eeaf7e5cf7eea2485.zip
external_llvm-6bfead31791a7ef7739d451eeaf7e5cf7eea2485.tar.gz
external_llvm-6bfead31791a7ef7739d451eeaf7e5cf7eea2485.tar.bz2
LLVM doesn't use libelf. Remove libelf configurey.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75643 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config/config.h.cmake')
-rw-r--r--include/llvm/Config/config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake
index cfe9852..0511140 100644
--- a/include/llvm/Config/config.h.cmake
+++ b/include/llvm/Config/config.h.cmake
@@ -181,9 +181,6 @@
/* Define if you have the libdl library or equivalent. */
#undef HAVE_LIBDL
-/* Define to 1 if you have the `elf' library (-lelf). */
-#undef HAVE_LIBELF
-
/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
#cmakedefine HAVE_LIBIMAGEHLP ${HAVE_LIBIMAGEHLP}