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