[llvm] 81b193f - [gn build] Port 16c1f43642e4

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 09:37:54 PDT 2023


Author: Arthur Eubanks
Date: 2023-07-25T09:37:26-07:00
New Revision: 81b193f51bb488f41339b618c6757370be0688a4

URL: https://github.com/llvm/llvm-project/commit/81b193f51bb488f41339b618c6757370be0688a4
DIFF: https://github.com/llvm/llvm-project/commit/81b193f51bb488f41339b618c6757370be0688a4.diff

LOG: [gn build] Port 16c1f43642e4

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
index 6b9cb4be4e933b..d2abf0de4cf7c9 100644
--- a/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
@@ -14,6 +14,7 @@ static_library("TextAPI") {
     "Symbol.cpp",
     "SymbolSet.cpp",
     "Target.cpp",
+    "TextAPIError.cpp",
     "TextStub.cpp",
     "TextStubCommon.cpp",
     "TextStubV5.cpp",


        


More information about the llvm-commits mailing list