make X86ATTAsmPrinter::PrintPICBaseSymbol forward to X86MCInstLower.
[llvm/avr.git] / lib / Bitcode / Writer / CMakeLists.txt
blobac5bb991af5cfee1e818cea99b6fc064021815de
1 add_llvm_library(LLVMBitWriter
2   BitWriter.cpp
3   BitcodeWriter.cpp
4   BitcodeWriterPass.cpp
5   Serialize.cpp
6   SerializeAPFloat.cpp
7   SerializeAPInt.cpp
8   ValueEnumerator.cpp
9   )