[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / llvm / lib / WindowsManifest / BUILD.gn
blobd4c23c97397db0c9a8eb2cd3ea795ed19478fdaa
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   ]