Author: Jonas Devlieghere Date: 2020-08-20T22:41:49-07:00 New Revision: e0b220d22eed75b2a2a783ac45b832e961e77a9e
URL: https://github.com/llvm/llvm-project/commit/e0b220d22eed75b2a2a783ac45b832e961e77a9e DIFF: https://github.com/llvm/llvm-project/commit/e0b220d22eed75b2a2a783ac45b832e961e77a9e.diff LOG: [lldb] Remove redundant call to FindBacktrace (NFC) We're not using any of the Backtrace_* CMake variables set by FindBacktrace in LLDB. Added: Modified: lldb/cmake/modules/LLDBConfig.cmake Removed: ################################################################################ diff --git a/lldb/cmake/modules/LLDBConfig.cmake b/lldb/cmake/modules/LLDBConfig.cmake index b149836d2666..af94e6e223d9 100644 --- a/lldb/cmake/modules/LLDBConfig.cmake +++ b/lldb/cmake/modules/LLDBConfig.cmake @@ -292,5 +292,4 @@ if ((CMAKE_SYSTEM_NAME MATCHES "Android") AND LLVM_BUILD_STATIC AND add_definitions(-DANDROID_USE_ACCEPT_WORKAROUND) endif() -find_package(Backtrace) include(LLDBGenerateConfig) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits