llvm-project/llvm/lib/IRPrinter/CMakeLists.txt
Alexander Shaposhnikov f102fe7304 Revert "Revert "[opt][clang] Enable using -module-summary/-flto=thin with -S/-emit-llvm""
This reverts commit 7f608a2497c7578b9f3ca98014176ab95cffe3c0
and removes the dependency of Object on IRPrinter.
2022-11-18 08:58:31 +00:00

15 lines
211 B
CMake

add_llvm_component_library(LLVMIRPrinter
IRPrintingPasses.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/IRPrinter
DEPENDS
intrinsics_gen
LINK_COMPONENTS
Analysis
Core
Support
)