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
[TableGen] Fix validateOperandClass for non Phyical Reg (#118146)
[llvm-project.git]
/
llvm
/
lib
/
DWARFLinker
/
Parallel
/
CMakeLists.txt
blob
1e7ff0703d135ce840c1eaa270b44d21cf8423c8
1
add_llvm_component_library(LLVMDWARFLinkerParallel
2
AcceleratorRecordsSaver.cpp
3
DependencyTracker.cpp
4
DIEAttributeCloner.cpp
5
DWARFEmitterImpl.cpp
6
DWARFLinker.cpp
7
DWARFLinkerCompileUnit.cpp
8
DWARFLinkerTypeUnit.cpp
9
DWARFLinkerImpl.cpp
10
DWARFLinkerUnit.cpp
11
OutputSections.cpp
12
SyntheticTypeNameBuilder.cpp
13
14
ADDITIONAL_HEADER_DIRS
15
${LLVM_MAIN_INCLUDE_DIR}/llvm/DWARFLinkerParallel
16
17
DEPENDS
18
intrinsics_gen
19
20
LINK_LIBS
21
${LLVM_PTHREAD_LIB}
22
23
LINK_COMPONENTS
24
AsmPrinter
25
BinaryFormat
26
CodeGen
27
DebugInfoDWARF
28
DWARFLinker
29
MC
30
Object
31
Support
32
TargetParser
33
)