Skip to content

Commit c4125a3

Browse files
committed
Revert "Remove the LINK_COMPONENTS entry from lldb-instr CMakery"
This reverts commit e12a950. D142241 broke `-sBUILD_SHARED_LIBS=ON` build. After investigations in llvm#60314, the issue that prompted D142441 now seems gone. Fixes llvm#60314. Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D145181
1 parent 84de019 commit c4125a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/tools/lldb-instr/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ add_lldb_tool(lldb-instr
1111
clangSerialization
1212
clangTooling
1313

14+
LINK_COMPONENTS
15+
Support
1416
)

0 commit comments

Comments
 (0)