Currently there is a pattern for the thumb-2 MOV 16-bit immediate instruction. That...
[oota-llvm.git] / lib / Archive / CMakeLists.txt
1 add_llvm_library(LLVMArchive
2   Archive.cpp
3   ArchiveReader.cpp
4   ArchiveWriter.cpp
5   )