Don't import error_category into the llvm namespace.
[oota-llvm.git] / lib / Bitcode / Reader / CMakeLists.txt
1 add_llvm_library(LLVMBitReader
2   BitReader.cpp
3   BitcodeReader.cpp
4   BitstreamReader.cpp
5   )
6
7 add_dependencies(LLVMBitReader intrinsics_gen)