From 3e3bd343ff708b4ae76ff78e15af4ba20a970275 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 14 Jul 2009 18:06:25 +0000 Subject: 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 --- include/llvm/Config/config.h.cmake | 3 --- include/llvm/Config/config.h.in | 3 --- 2 files changed, 6 deletions(-) (limited to 'include/llvm') 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} diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 537df16..f32f403 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 -- cgit v1.1