We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97e559 commit 4cdeef5Copy full SHA for 4cdeef5
llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
@@ -20,5 +20,6 @@ static_library("TextAPI") {
20
"TextStub.cpp",
21
"TextStubCommon.cpp",
22
"TextStubV5.cpp",
23
+ "Utils.cpp",
24
]
25
}
llvm/utils/gn/secondary/llvm/tools/llvm-readtapi/BUILD.gn
@@ -26,6 +26,7 @@ group("symlinks") {
26
executable("llvm-readtapi") {
27
deps = [
28
":TapiOpts",
29
+ "//llvm/lib/BinaryFormat",
30
"//llvm/lib/Object",
31
"//llvm/lib/Option",
32
"//llvm/lib/Support",
0 commit comments