llvm-for-llvmta/lib/Bitcode/Writer/CMakeLists.txt

17 lines
216 B
CMake

add_llvm_component_library(LLVMBitWriter
BitWriter.cpp
BitcodeWriter.cpp
BitcodeWriterPass.cpp
ValueEnumerator.cpp
DEPENDS
intrinsics_gen
LINK_COMPONENTS
Analysis
Core
MC
Object
Support
)