Author: Heejin Ahn Date: 2023-03-22T10:54:04-07:00 New Revision: c4125a37806aa2f663018f4f8dc5bbd5159c51c1
URL: https://github.com/llvm/llvm-project/commit/c4125a37806aa2f663018f4f8dc5bbd5159c51c1 DIFF: https://github.com/llvm/llvm-project/commit/c4125a37806aa2f663018f4f8dc5bbd5159c51c1.diff LOG: Revert "Remove the LINK_COMPONENTS entry from lldb-instr CMakery" This reverts commit e12a950d90f88aeddaa97d6e7c8fd0bfedc42f73. D142241 broke `-sBUILD_SHARED_LIBS=ON` build. After investigations in https://github.com/llvm/llvm-project/issues/60314, the issue that prompted D142441 now seems gone. Fixes https://github.com/llvm/llvm-project/issues/60314. Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D145181 Added: Modified: lldb/tools/lldb-instr/CMakeLists.txt Removed: ################################################################################ diff --git a/lldb/tools/lldb-instr/CMakeLists.txt b/lldb/tools/lldb-instr/CMakeLists.txt index a1bbd7e2b7c93..8da453b2894fd 100644 --- a/lldb/tools/lldb-instr/CMakeLists.txt +++ b/lldb/tools/lldb-instr/CMakeLists.txt @@ -11,4 +11,6 @@ add_lldb_tool(lldb-instr clangSerialization clangTooling + LINK_COMPONENTS + Support ) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits