Home | History | Annotate | Download | only in MCParser
      1 add_llvm_library(LLVMMCParser
      2   AsmLexer.cpp
      3   AsmParser.cpp
      4   COFFAsmParser.cpp
      5   DarwinAsmParser.cpp
      6   ELFAsmParser.cpp
      7   MCAsmLexer.cpp
      8   MCAsmParser.cpp
      9   MCAsmParserExtension.cpp
     10   MCTargetAsmParser.cpp
     11   )
     12 
     13 add_llvm_library_dependencies(LLVMMCParser
     14   LLVMMC
     15   LLVMSupport
     16   )
     17