1set(LLVM_LINK_COMPONENTS 2 Core 3 Support 4 ) 5 6add_llvm_library(LLVMDiff 7 STATIC 8 DiffConsumer.cpp 9 DiffConsumer.h 10 DifferenceEngine.cpp 11 DifferenceEngine.h 12 DiffLog.cpp 13 DiffLog.h 14 ) 15
1set(LLVM_LINK_COMPONENTS 2 Core 3 Support 4 ) 5 6add_llvm_library(LLVMDiff 7 STATIC 8 DiffConsumer.cpp 9 DiffConsumer.h 10 DifferenceEngine.cpp 11 DifferenceEngine.h 12 DiffLog.cpp 13 DiffLog.h 14 ) 15