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

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