bolt/deps/llvm-18.1.8/llvm/tools/llvm-readtapi/CMakeLists.txt
2025-02-14 19:21:04 +01:00

24 lines
440 B
CMake

set(LLVM_LINK_COMPONENTS
BinaryFormat
Object
Support
Option
TextAPI
TextAPIBinaryReader
)
set(LLVM_TARGET_DEFINITIONS TapiOpts.td)
tablegen(LLVM TapiOpts.inc -gen-opt-parser-defs)
add_public_tablegen_target(ReadTAPIOptsTableGen)
add_llvm_tool(llvm-readtapi
llvm-readtapi.cpp
DiffEngine.cpp
DEPENDS
ReadTAPIOptsTableGen
)
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
add_llvm_tool_symlink(readtapi llvm-readtapi)
endif()