brintos

brintos / llvm-project-archived public Read only

0
0
Text · 461 B · 2953375 Raw
28 lines · plain
1add_llvm_component_library(LLVMTextAPI2  Architecture.cpp3  ArchitectureSet.cpp4  InterfaceFile.cpp5  TextStubV5.cpp6  PackedVersion.cpp7  Platform.cpp8  RecordsSlice.cpp9  RecordVisitor.cpp10  Symbol.cpp11  SymbolSet.cpp12  Target.cpp13  TextAPIError.cpp14  TextStub.cpp15  TextStubCommon.cpp16  Utils.cpp17 18  ADDITIONAL_HEADER_DIRS19  "${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI"20 21  LINK_COMPONENTS22  Support23  BinaryFormat24  TargetParser25)26 27add_subdirectory(BinaryReader)28