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