Sign in
rust
/
rust-lang
/
llvm-project
/
ae9c45b112598aa9a411ffe4cebd213d7f9186b6
/
.
/
llvm
/
tools
/
llvm-diff
/
lib
/
CMakeLists.txt
blob: 270c3d79480a72425159a7240261bd4023c4084d [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
Support
)
add_llvm_library(LLVMDiff
STATIC
DiffConsumer.cpp
DiffConsumer.h
DifferenceEngine.cpp
DifferenceEngine.h
DiffLog.cpp
DiffLog.h
)