[llvm] f5ba3f6 - [gn build] Port 2d53f0aab785

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 00:22:09 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-08-13T07:18:54Z
New Revision: f5ba3f6740ff13c46da6d3306e39b026f2d15c5a

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

LOG: [gn build] Port 2d53f0aab785

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
index 1708af8612bc28..b8e2cc744dc013 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -94,6 +94,7 @@ static_library("AST") {
     "InheritViz.cpp",
     "Interp/ByteCodeEmitter.cpp",
     "Interp/Compiler.cpp",
+    "Interp/CompilerComplex.cpp",
     "Interp/Context.cpp",
     "Interp/Descriptor.cpp",
     "Interp/Disasm.cpp",


        


More information about the llvm-commits mailing list