[Lldb-commits] [PATCH] D12750: Link NetBSD with execinfo (CMAKE build)

Stephane Sezer via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 10 10:00:42 PDT 2015


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





More information about the lldb-commits mailing list