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 fccc374 commit ad8084fCopy full SHA for ad8084f
llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
@@ -11,6 +11,7 @@ static_library("TextAPI") {
11
"InterfaceFile.cpp",
12
"PackedVersion.cpp",
13
"Platform.cpp",
14
+ "RecordsSlice.cpp",
15
"Symbol.cpp",
16
"SymbolSet.cpp",
17
"Target.cpp",
llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn
@@ -6,6 +6,7 @@ unittest("TextAPITests") {
6
"//llvm/lib/TextAPI",
7
]
8
sources = [
9
+ "RecordTests.cpp",
10
"TextStubV1Tests.cpp",
"TextStubV2Tests.cpp",
"TextStubV3Tests.cpp",
0 commit comments