Home | History | Annotate | Download | only in Archive
      1 add_llvm_library(LLVMArchive
      2   Archive.cpp
      3   ArchiveReader.cpp
      4   ArchiveWriter.cpp
      5   )
      6 
      7 add_llvm_library_dependencies(LLVMArchive
      8   LLVMBitReader
      9   LLVMCore
     10   LLVMSupport
     11   )
     12