Sign in
rust
/
rust-lang
/
llvm-project
/
98bfdac5ce82d1679f8af9a57501471812ab68d7
/
.
/
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
)