sas added a subscriber: sas. sas requested changes to this revision. sas added a reviewer: sas. This revision now requires changes to proceed.
================ Comment at: cmake/LLDBDependencies.cmake:152 @@ -153,1 +151,3 @@ +# On FreeBSD/NetBSD backtrace() is provided by libexecinfo, not libc. +if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR MAKE_SYSTEM_NAME MATCHES "NetBSD") list(APPEND LLDB_SYSTEM_LIBS execinfo) ---------------- Looks like you have a typo. MAKE_SYSTEM_NAME vs. CMAKE_SYSTEM_NAME. Repository: rL LLVM http://reviews.llvm.org/D12750 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits