brintos

brintos / llvm-project-archived public Read only

0
0
Text · 376 B · 0031731 Raw
23 lines · plain
1add_llvm_component_library(LLVMCGData2  CodeGenData.cpp3  CodeGenDataReader.cpp4  CodeGenDataWriter.cpp5  OutlinedHashTree.cpp6  OutlinedHashTreeRecord.cpp7  StableFunctionMap.cpp8  StableFunctionMapRecord.cpp9 10  ADDITIONAL_HEADER_DIRS11  ${LLVM_MAIN_INCLUDE_DIR}/llvm/CGData12 13  DEPENDS14  intrinsics_gen15 16  LINK_COMPONENTS17  BitReader18  BitWriter19  Core20  Support21  Object22  )23