summaryrefslogtreecommitdiffstats
path: root/llvm/cmake
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-05-20 20:15:17 +0000
committerChris Bieneman <beanz@apple.com>2016-05-20 20:15:17 +0000
commit6b58c4723a94c8e89cb91e8e83d9fb8047fee329 (patch)
tree1d7a9be0f053e7cfb2e79b09ec89ca7d3de84a95 /llvm/cmake
parent74f3dbe438d322a15657e56c99f33ee67c38d68c (diff)
downloadbcm5719-llvm-6b58c4723a94c8e89cb91e8e83d9fb8047fee329.tar.gz
bcm5719-llvm-6b58c4723a94c8e89cb91e8e83d9fb8047fee329.zip
Revert "Work around a glibc bug: backtrace() spuriously fails if..."
This commit has been breaking the FreeBSD bots: http://lab.llvm.org:8011/builders/lld-x86_64-freebsd This reverts commit r269992. llvm-svn: 270267
Diffstat (limited to 'llvm/cmake')
-rwxr-xr-xllvm/cmake/config-ix.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/cmake/config-ix.cmake b/llvm/cmake/config-ix.cmake
index b3f225f0740..7d5277517a9 100755
--- a/llvm/cmake/config-ix.cmake
+++ b/llvm/cmake/config-ix.cmake
@@ -144,7 +144,6 @@ endif()
# function checks
check_symbol_exists(arc4random "stdlib.h" HAVE_DECL_ARC4RANDOM)
check_symbol_exists(backtrace "execinfo.h" HAVE_BACKTRACE)
-check_symbol_exists(_Unwind_Backtrace "unwind.h" HAVE_UNWIND_BACKTRACE)
check_symbol_exists(getpagesize unistd.h HAVE_GETPAGESIZE)
check_symbol_exists(getrusage sys/resource.h HAVE_GETRUSAGE)
check_symbol_exists(setrlimit sys/resource.h HAVE_SETRLIMIT)
OpenPOWER on IntegriCloud