brintos

brintos / llvm-project-archived public Read only

0
0
Text · 198 B · 270c3d7 Raw
15 lines · plain
1set(LLVM_LINK_COMPONENTS2    Core3    Support4    )5 6add_llvm_library(LLVMDiff7  STATIC8  DiffConsumer.cpp9  DiffConsumer.h10  DifferenceEngine.cpp11  DifferenceEngine.h12  DiffLog.cpp13  DiffLog.h14  )15