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
[lldb] Fix "exact match" debug_names type queries (#118465)
[llvm-project.git]
/
clang
/
tools
/
clang-fuzzer
/
handle-llvm
/
CMakeLists.txt
blob
9962f9850f545d1d7b6e852a9143e9ecc1602b81
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
CodeGen
4
Core
5
ExecutionEngine
6
IPO
7
IRPrinter
8
IRReader
9
MC
10
MCJIT
11
Object
12
Passes
13
RuntimeDyld
14
SelectionDAG
15
Support
16
Target
17
TargetParser
18
TransformUtils
19
native
20
)
21
22
add_clang_library(clangHandleLLVM
23
handle_llvm.cpp
24
25
DEPENDS
26
intrinsics_gen
27
)