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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
lib
/
Linker
/
CMakeLists.txt
blob
a2a71de975b80c96c6482d6af37ed0feb4588a6d
1
add_llvm_component_library(LLVMLinker
2
IRMover.cpp
3
LinkModules.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${LLVM_MAIN_INCLUDE_DIR}/llvm/Linker
7
8
DEPENDS
9
intrinsics_gen
10
11
LINK_COMPONENTS
12
Core
13
Object
14
Support
15
TransformUtils
16
)