[gn build] Port b861b1225380
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sat, 18 Feb 2023 00:06:09 +0000 (00:06 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Sat, 18 Feb 2023 00:06:09 +0000 (00:06 +0000)
llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn

index dde7a3c..2d60534 100644 (file)
@@ -15,5 +15,6 @@ static_library("TextAPI") {
     "Target.cpp",
     "TextStub.cpp",
     "TextStubCommon.cpp",
+    "TextStubV5.cpp",
   ]
 }
index f4f4345..5378860 100644 (file)
@@ -10,5 +10,6 @@ unittest("TextAPITests") {
     "TextStubV2Tests.cpp",
     "TextStubV3Tests.cpp",
     "TextStubV4Tests.cpp",
+    "TextStubV5Tests.cpp",
   ]
 }