mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-15 20:06:46 +00:00
10 lines
177 B
CMake
10 lines
177 B
CMake
|
add_llvm_library(LLVMBitWriter
|
||
|
BitWriter.cpp
|
||
|
BitcodeWriter.cpp
|
||
|
BitcodeWriterPass.cpp
|
||
|
Serialize.cpp
|
||
|
SerializeAPFloat.cpp
|
||
|
SerializeAPInt.cpp
|
||
|
ValueEnumerator.cpp
|
||
|
)
|