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

40 lines
536 B
CMake

set(LLVM_LINK_COMPONENTS
AllTargetsAsmParsers
AllTargetsCodeGens
AllTargetsDescs
AllTargetsInfos
AggressiveInstCombine
Analysis
AsmParser
BitWriter
CFGuard
CodeGen
Core
Coroutines
Extensions
IPO
IRReader
IRPrinter
InstCombine
Instrumentation
MC
ObjCARCOpts
Remarks
ScalarOpts
Support
Target
TargetParser
TransformUtils
Vectorize
Passes
)
add_llvm_tool(opt
NewPMDriver.cpp
opt.cpp
DEPENDS
intrinsics_gen
SUPPORT_PLUGINS
)
export_executable_symbols_for_plugins(opt)