diff options
author | Dan Gohman <gohman@apple.com> | 2009-07-14 18:06:25 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-07-14 18:06:25 +0000 |
commit | 3e3bd343ff708b4ae76ff78e15af4ba20a970275 (patch) | |
tree | 7198080c64798fa168be255de0944e37cc42f915 /include/llvm/Config | |
parent | 9c37567a13ef1957e9c0653df35416cf9a957873 (diff) | |
download | external_llvm-3e3bd343ff708b4ae76ff78e15af4ba20a970275.zip external_llvm-3e3bd343ff708b4ae76ff78e15af4ba20a970275.tar.gz external_llvm-3e3bd343ff708b4ae76ff78e15af4ba20a970275.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')
-rw-r--r-- | include/llvm/Config/config.h.cmake | 3 | ||||
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
2 files changed, 0 insertions, 6 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} 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 |