hanchenye-llvm-project/llvm/tools/opt/CMakeLists.txt

9 lines
178 B
CMake

set(LLVM_LINK_COMPONENTS bitreader asmparser bitwriter instrumentation scalaropts ipo)
add_llvm_tool(opt
AnalysisWrappers.cpp
GraphPrinters.cpp
PrintSCC.cpp
opt.cpp
)