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
/
WindowsManifest
/
BUILD.gn
blob
d4c23c97397db0c9a8eb2cd3ea795ed19478fdaa
1
static_library("WindowsManifest") {
2
output_name = "LLVMWindowsManifest"
3
deps = [
4
"//llvm/include/llvm/Config:config",
5
"//llvm/lib/Support",
6
"//llvm/utils/gn/build/libs/xml",
7
]
8
sources = [
9
"WindowsManifestMerger.cpp",
10
]
11
}