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 b861b12 commit 3479543Copy full SHA for 3479543
llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
@@ -15,5 +15,6 @@ static_library("TextAPI") {
15
"Target.cpp",
16
"TextStub.cpp",
17
"TextStubCommon.cpp",
18
+ "TextStubV5.cpp",
19
]
20
}
llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn
@@ -10,5 +10,6 @@ unittest("TextAPITests") {
10
"TextStubV2Tests.cpp",
11
"TextStubV3Tests.cpp",
12
"TextStubV4Tests.cpp",
13
+ "TextStubV5Tests.cpp",
14
0 commit comments