Fix a LDRT/LDRBT decoding bug where for Encoding A2, if Inst{4} != 0, we should rejec...
[oota-llvm.git] / lib / Object / CMakeLists.txt
1 add_llvm_library(LLVMObject
2   MachOObject.cpp
3   ObjectFile.cpp
4   COFFObjectFile.cpp
5   ELFObjectFile.cpp
6   )