repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Improve lit.Run class
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
tools
/
llvm-diff
/
BUILD.gn
blob
5f46d8c61112ff8566c65c8df107d81070ab7dd6
1
executable("llvm-diff") {
2
deps = [
3
"//llvm/lib/IR",
4
"//llvm/lib/IRReader",
5
"//llvm/lib/Support",
6
]
7
sources = [
8
"DiffConsumer.cpp",
9
"DiffLog.cpp",
10
"DifferenceEngine.cpp",
11
"llvm-diff.cpp",
12
]
13
}