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