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
/
Target
/
Lanai
/
TargetInfo
/
BUILD.gn
blob
54f23dc3f6451b871eb21f09fc52b7f2e74762d3
1
static_library("TargetInfo") {
2
output_name = "LLVMLanaiInfo"
3
deps = [
4
"//llvm/lib/Support",
5
]
6
include_dirs = [ ".." ]
7
sources = [
8
"LanaiTargetInfo.cpp",
9
]
10
}