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-readtapi
/
CMakeLists.txt
blob
277011cf13c8e418974a9ec800cd01af33d11f7d
1
set(LLVM_LINK_COMPONENTS
2
Object
3
Support
4
TextAPI
5
)
6
7
add_llvm_tool(llvm-readtapi
8
llvm-readtapi.cpp
9
DiffEngine.cpp
10
)
11
12
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
13
add_llvm_tool_symlink(readtapi llvm-readtapi)
14
endif()