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
/
DebugInfo
/
MSF
/
BUILD.gn
blob
9f8fd86e6abf6fa6945dd7bb4866d088bfc019b6
1
static_library("MSF") {
2
output_name = "LLVMDebugInfoMSF"
3
deps = [
4
"//llvm/lib/Support",
5
]
6
sources = [
7
"MSFBuilder.cpp",
8
"MSFCommon.cpp",
9
"MSFError.cpp",
10
"MappedBlockStream.cpp",
11
]
12
}