mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-31 06:04:58 +00:00
c4125a3780
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
17 lines
224 B
CMake
17 lines
224 B
CMake
add_lldb_tool(lldb-instr
|
|
Instrument.cpp
|
|
|
|
CLANG_LIBS
|
|
clangAST
|
|
clangBasic
|
|
clangCodeGen
|
|
clangFrontend
|
|
clangLex
|
|
clangRewrite
|
|
clangSerialization
|
|
clangTooling
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|