[Lldb-commits] [PATCH] D23977: Support of lldb on Kfreebsd
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 11 17:56:49 PDT 2016
tfiala added inline comments.
================
Comment at: cmake/modules/LLDBConfig.cmake:414
+
+find_package(Backtrace REQUIRED)
----------------
Hi Sylvestre!
It's hard to tell without more context, but it looks like this location has most/all configurations going through it. For OSes that don't actually have a backtrace package, I think this emits a cmake error, doesn't it?
This might need to be protected by the systems that need the backtrace package. (Probably Unix-like systems only?)
https://reviews.llvm.org/D23977
More information about the lldb-commits
mailing list