Skip to content

Commit 8f1e11c

Browse files
committed
[gn build] Unbreak link after 9ebaf4f
9ebaf4f removed one of two redundant deps in CMake, but it removed the one dep in the GN build. Since the CMake build still has the dep, so should the GN build. (Things don't link without it.)
1 parent 06ca5c8 commit 8f1e11c

File tree

1 file changed

+1
-0
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Transforms/IPO

1 file changed

+1
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ static_library("IPO") {
1414
"//llvm/lib/Transforms/AggressiveInstCombine",
1515
"//llvm/lib/Transforms/InstCombine",
1616
"//llvm/lib/Transforms/Instrumentation",
17+
"//llvm/lib/Transforms/Scalar",
1718
"//llvm/lib/Transforms/Utils",
1819
"//llvm/lib/Transforms/Vectorize",
1920
]

0 commit comments

Comments
 (0)