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
[DFAJumpThreading] Remove incoming StartBlock from all phis when unfolding select...
[llvm-project.git]
/
clang
/
lib
/
Interpreter
/
CMakeLists.txt
blob
84f6ca5271d2ab02003742a66c83cbcdef8baa43
1
set(LLVM_LINK_COMPONENTS
2
core
3
native
4
MC
5
Option
6
OrcJit
7
OrcDebugging
8
OrcShared
9
OrcTargetProcess
10
Support
11
Target
12
TargetParser
13
)
14
15
add_clang_library(clangInterpreter
16
DeviceOffload.cpp
17
CodeCompletion.cpp
18
IncrementalExecutor.cpp
19
IncrementalParser.cpp
20
Interpreter.cpp
21
InterpreterUtils.cpp
22
Value.cpp
23
24
DEPENDS
25
intrinsics_gen
26
ClangDriverOptions
27
28
LINK_LIBS
29
clangAST
30
clangAnalysis
31
clangBasic
32
clangCodeGen
33
clangDriver
34
clangFrontend
35
clangFrontendTool
36
clangLex
37
clangParse
38
clangSema
39
clangSerialization
40
)