mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
b4ed5cc942
Summary: Fixes several issues that prevented us from running hhvm binary. (cherry picked from FBD2543057)
20 lines
258 B
CMake
20 lines
258 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
${LLVM_TARGETS_TO_BUILD}
|
|
CodeGen
|
|
Core
|
|
MC
|
|
MCDisassembler
|
|
MCParser
|
|
Object
|
|
Orcjit
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-flo
|
|
llvm-flo.cpp
|
|
BinaryBasicBlock.cpp
|
|
BinaryContext.cpp
|
|
BinaryFunction.cpp
|
|
DataReader.cpp
|
|
)
|