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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
tools
/
llvm-diff
/
lib
/
CMakeLists.txt
blob
270c3d79480a72425159a7240261bd4023c4084d
1
set(LLVM_LINK_COMPONENTS
2
Core
3
Support
4
)
5
6
add_llvm_library(LLVMDiff
7
STATIC
8
DiffConsumer.cpp
9
DiffConsumer.h
10
DifferenceEngine.cpp
11
DifferenceEngine.h
12
DiffLog.cpp
13
DiffLog.h
14
)