summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2016-09-29 21:15:57 +0000
committerJoerg Sonnenberger <joerg@bec.de>2016-09-29 21:15:57 +0000
commitd69a8a83e804aca5afc01a19e23a83becd91addc (patch)
tree47c141216dadc37fea24f7eaea3727096b5955fc /llvm
parentf088d931c74030d76deaba049a301c0acf3e1c8a (diff)
downloadbcm5719-llvm-d69a8a83e804aca5afc01a19e23a83becd91addc.tar.gz
bcm5719-llvm-d69a8a83e804aca5afc01a19e23a83becd91addc.zip
GC HAVE_MACH_O_DYLD_H.
llvm-svn: 282771
Diffstat (limited to 'llvm')
-rwxr-xr-xllvm/cmake/config-ix.cmake1
-rw-r--r--llvm/include/llvm/Config/config.h.cmake3
2 files changed, 0 insertions, 4 deletions
diff --git a/llvm/cmake/config-ix.cmake b/llvm/cmake/config-ix.cmake
index 02fd81b43be..90e83070b9c 100755
--- a/llvm/cmake/config-ix.cmake
+++ b/llvm/cmake/config-ix.cmake
@@ -77,7 +77,6 @@ check_symbol_exists(FE_ALL_EXCEPT "fenv.h" HAVE_DECL_FE_ALL_EXCEPT)
check_symbol_exists(FE_INEXACT "fenv.h" HAVE_DECL_FE_INEXACT)
check_include_file(mach/mach.h HAVE_MACH_MACH_H)
-check_include_file(mach-o/dyld.h HAVE_MACH_O_DYLD_H)
check_include_file(histedit.h HAVE_HISTEDIT_H)
# library checks
diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake
index 3bf042fd255..5f65aa37d11 100644
--- a/llvm/include/llvm/Config/config.h.cmake
+++ b/llvm/include/llvm/Config/config.h.cmake
@@ -160,9 +160,6 @@
/* Define to 1 if you have the <mach/mach.h> header file. */
#cmakedefine HAVE_MACH_MACH_H ${HAVE_MACH_MACH_H}
-/* Define to 1 if you have the <mach-o/dyld.h> header file. */
-#cmakedefine HAVE_MACH_O_DYLD_H ${HAVE_MACH_O_DYLD_H}
-
/* Define if mallinfo() is available on this platform. */
#cmakedefine HAVE_MALLINFO ${HAVE_MALLINFO}
OpenPOWER on IntegriCloud