Revert: r215698 - Current implementation of c.cond.fmt instructions only accept defau...
[oota-llvm.git] / lib / Bitcode / Writer / CMakeLists.txt
1 add_llvm_library(LLVMBitWriter
2   BitWriter.cpp
3   BitcodeWriter.cpp
4   BitcodeWriterPass.cpp
5   ValueEnumerator.cpp
6   )