repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM][Alignment] Introduce Alignment In Attributes
[llvm-core.git]
/
tools
/
llvm-diff
/
CMakeLists.txt
blob
703ed97cb0b01dd9b4c77a24e6f77f8e1dcd73f9
1
set(LLVM_LINK_COMPONENTS
2
Core
3
IRReader
4
Support
5
)
6
7
add_llvm_tool(llvm-diff
8
llvm-diff.cpp
9
DiffConsumer.cpp
10
DiffLog.cpp
11
DifferenceEngine.cpp
12
13
DEPENDS
14
intrinsics_gen
15
)