Adds the next bit of support for llvm-objdump’s -private-headers for executable Mach...
[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   )