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
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
lib
/
ExecutionEngine
/
Interpreter
/
BUILD.gn
blob
81192ca3fadb5f383f22472d880b0866947f2f3d
1
static_library("Interpreter") {
2
output_name = "LLVMInterpreter"
3
deps = [
4
"//llvm/include/llvm/Config:config",
5
"//llvm/lib/CodeGen",
6
"//llvm/lib/ExecutionEngine",
7
"//llvm/lib/IR",
8
"//llvm/lib/Support",
9
]
10
sources = [
11
"Execution.cpp",
12
"ExternalFunctions.cpp",
13
"Interpreter.cpp",
14
]
15
}