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
Revert "[libc] Use best-fit binary trie to make malloc logarithmic" (#117065)
[llvm-project.git]
/
lld
/
COFF
/
CMakeLists.txt
blob
2bbadf75bfa1e797e5c0d8129f994a469795cb32
1
set(LLVM_TARGET_DEFINITIONS Options.td)
2
tablegen(LLVM Options.inc -gen-opt-parser-defs)
3
add_public_tablegen_target(COFFOptionsTableGen)
4
5
add_lld_library(lldCOFF
6
CallGraphSort.cpp
7
Chunks.cpp
8
COFFLinkerContext.cpp
9
DebugTypes.cpp
10
DLL.cpp
11
Driver.cpp
12
DriverUtils.cpp
13
ICF.cpp
14
InputFiles.cpp
15
LLDMapFile.cpp
16
LTO.cpp
17
MapFile.cpp
18
MarkLive.cpp
19
MinGW.cpp
20
PDB.cpp
21
SymbolTable.cpp
22
Symbols.cpp
23
Writer.cpp
24
25
LINK_COMPONENTS
26
${LLVM_TARGETS_TO_BUILD}
27
BinaryFormat
28
BitWriter
29
Core
30
DebugInfoCodeView
31
DebugInfoDWARF
32
DebugInfoMSF
33
DebugInfoPDB
34
Demangle
35
LibDriver
36
LTO
37
MC
38
Object
39
Option
40
Passes
41
Support
42
TargetParser
43
WindowsDriver
44
WindowsManifest
45
46
LINK_LIBS
47
lldCommon
48
${LLVM_PTHREAD_LIB}
49
${LLVM_ATOMIC_LIB}
50
51
DEPENDS
52
COFFOptionsTableGen
53
intrinsics_gen
54
)