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
/
DWP
/
CMakeLists.txt
blob
693966772a8c66907ceaa38654e7a28a951e70fa
1
add_llvm_component_library(LLVMDWP
2
DWP.cpp
3
DWPError.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${LLVM_MAIN_INCLUDE_DIR}/llvm/DWP
7
8
DEPENDS
9
intrinsics_gen
10
11
LINK_COMPONENTS
12
DebugInfoDWARF
13
MC
14
Object
15
Support
16
Target
17
)