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 | 1d38788a00b0217020f5219a5ed82eea5c98c30c (patch) | |
| tree | 3ea34550bc0d8e94f0fc0d31e37f3584eccb6ebe /llvm/include | |
| parent | 3be62697dfd328562860d112f8f90f3e5c6cd761 (diff) | |
| download | bcm5719-llvm-1d38788a00b0217020f5219a5ed82eea5c98c30c.tar.gz bcm5719-llvm-1d38788a00b0217020f5219a5ed82eea5c98c30c.zip | |
LLVM doesn't use libelf. Remove libelf configurey.
llvm-svn: 75643
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Config/config.h.cmake | 3 | ||||
| -rw-r--r-- | llvm/include/llvm/Config/config.h.in | 3 | 
2 files changed, 0 insertions, 6 deletions
| diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index cfe98528d4a..051114053da 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/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/llvm/include/llvm/Config/config.h.in b/llvm/include/llvm/Config/config.h.in index 537df161d1c..f32f4038ffa 100644 --- a/llvm/include/llvm/Config/config.h.in +++ b/llvm/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 | 

