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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to