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
[AMDGPU] prevent shrinking udiv/urem if either operand is in (SignedMax,UnsignedMax...
[llvm-project.git]
/
llvm
/
lib
/
DWARFLinker
/
CMakeLists.txt
blob
f9d523757cd7c8640b95d635624aeb90e7497d99
1
add_llvm_component_library(LLVMDWARFLinker
2
DWARFLinkerBase.cpp
3
Utils.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinker
7
DEPENDS
8
intrinsics_gen
9
10
LINK_COMPONENTS
11
BinaryFormat
12
CodeGen
13
DebugInfoDWARF
14
Object
15
Support
16
)
17
18
add_subdirectory(Classic)
19
add_subdirectory(Parallel)