repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git]
/
llvm
/
tools
/
llvm-diff
/
CMakeLists.txt
blob
d2abab9719d9a8adb33ad8705f30168525f7837f
1
set(LLVM_LINK_COMPONENTS
2
Core
3
IRReader
4
Support
5
)
6
7
add_llvm_tool(llvm-diff
8
llvm-diff.cpp
9
10
DEPENDS
11
intrinsics_gen
12
)
13
14
add_subdirectory(lib)
15
target_link_libraries(llvm-diff PRIVATE LLVMDiff)