Skip to content

Commit

Permalink
Revert "Remove the LINK_COMPONENTS entry from lldb-instr CMakery"
Browse files Browse the repository at this point in the history
This reverts commit e12a950.

D142241 broke `-sBUILD_SHARED_LIBS=ON` build. After investigations in
#60314, the issue that
prompted D142441 now seems gone.

Fixes #60314.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D145181
  • Loading branch information
aheejin committed Mar 22, 2023
1 parent 84de019 commit c4125a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lldb/tools/lldb-instr/CMakeLists.txt
Expand Up @@ -11,4 +11,6 @@ add_lldb_tool(lldb-instr
clangSerialization
clangTooling

LINK_COMPONENTS
Support
)

0 comments on commit c4125a3

Please sign in to comment.