[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / llvm / lib / Linker / BUILD.gn
blob42dbd92b48a6ecee4f99c3b4356c96608d07f039
1 static_library("Linker") {
2   output_name = "LLVMLinker"
3   deps = [
4     "//llvm/lib/IR",
5     "//llvm/lib/Support",
6     "//llvm/lib/Transforms/Utils",
7   ]
8   sources = [
9     "IRMover.cpp",
10     "LinkModules.cpp",
11   ]