Sign in
rust
/
rust-lang
/
llvm-project
/
089567c89f2a05c57dd2db7685f12c4321c05009
/
.
/
llvm
/
tools
/
llvm-diff
/
CMakeLists.txt
blob: 703ed97cb0b01dd9b4c77a24e6f77f8e1dcd73f9 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
IRReader
Support
)
add_llvm_tool(llvm-diff
llvm-diff.cpp
DiffConsumer.cpp
DiffLog.cpp
DifferenceEngine.cpp
DEPENDS
intrinsics_gen
)