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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
tools
/
clang-fuzzer
/
handle-llvm
/
CMakeLists.txt
blob
9ceb1d3318283b80da35cce890b6a86089997ae6
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
CodeGen
4
Core
5
ExecutionEngine
6
IPO
7
IRReader
8
MC
9
MCJIT
10
Object
11
RuntimeDyld
12
SelectionDAG
13
Support
14
Target
15
TransformUtils
16
native
17
)
18
19
add_clang_library(clangHandleLLVM
20
handle_llvm.cpp
21
22
DEPENDS
23
intrinsics_gen
24
)