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
/
Classic
/
CMakeLists.txt
blob
5d3b259e4a33a0a877be4b9ad0e69bd2ec46f737
1
add_llvm_component_library(LLVMDWARFLinkerClassic
2
DWARFLinkerCompileUnit.cpp
3
DWARFLinkerDeclContext.cpp
4
DWARFLinker.cpp
5
DWARFStreamer.cpp
6
7
ADDITIONAL_HEADER_DIRS
8
${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinker
9
10
DEPENDS
11
intrinsics_gen
12
13
LINK_LIBS
14
${LLVM_PTHREAD_LIB}
15
16
LINK_COMPONENTS
17
AsmPrinter
18
BinaryFormat
19
CodeGen
20
CodeGenTypes
21
DebugInfoDWARF
22
DWARFLinker
23
MC
24
Object
25
Support
26
TargetParser
27
)