repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Improve lit.Run class
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
lib
/
ExecutionEngine
/
MCJIT
/
BUILD.gn
blob
9d686cebdad536d80329c249c6863d52eda83af8
1
static_library("MCJIT") {
2
output_name = "LLVMMCJIT"
3
deps = [
4
"//llvm/lib/ExecutionEngine",
5
"//llvm/lib/ExecutionEngine/RuntimeDyld",
6
"//llvm/lib/IR",
7
"//llvm/lib/Object",
8
"//llvm/lib/Support",
9
"//llvm/lib/Target",
10
]
11
sources = [
12
"MCJIT.cpp",
13
]
14
}