Skip to content

Commit 4cdeef5

Browse files
committed
[gn] port c6f29db
1 parent f97e559 commit 4cdeef5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ static_library("TextAPI") {
2020
"TextStub.cpp",
2121
"TextStubCommon.cpp",
2222
"TextStubV5.cpp",
23+
"Utils.cpp",
2324
]
2425
}

llvm/utils/gn/secondary/llvm/tools/llvm-readtapi/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ group("symlinks") {
2626
executable("llvm-readtapi") {
2727
deps = [
2828
":TapiOpts",
29+
"//llvm/lib/BinaryFormat",
2930
"//llvm/lib/Object",
3031
"//llvm/lib/Option",
3132
"//llvm/lib/Support",

0 commit comments

Comments
 (0)