llvm-capstone/bolt/CMakeLists.txt
Maksim Panchenko 9a2fe7ebe4 Commit FLO with control flow graph.
Summary:
llvm-flo disassembles, builds control flow graph, and re-writes
simple functions.

(cherry picked from FBD2524024)
2015-10-09 17:21:14 -07:00

18 lines
221 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
BinaryFunction.cpp
)