summaryrefslogtreecommitdiff
path: root/include
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
parentfa196e34b0676a48d824c8feb29c6ca016667025 (diff)
downloadllvm-6bfead31791a7ef7739d451eeaf7e5cf7eea2485.tar.gz
llvm-6bfead31791a7ef7739d451eeaf7e5cf7eea2485.tar.bz2
llvm-6bfead31791a7ef7739d451eeaf7e5cf7eea2485.tar.xz
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')
-rw-r--r--include/llvm/Config/config.h.cmake3
-rw-r--r--include/llvm/Config/config.h.in3
2 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake
index cfe98528d4..051114053d 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}
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 537df161d1..f32f4038ff 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -184,9 +184,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). */
#undef HAVE_LIBIMAGEHLP