[llvm] 9b9194a - [gn build] Port e94e72a0c229

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 02:55:44 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-07-17T09:48:13Z
New Revision: 9b9194af408003e7d484d621fb3ee61389bdd20e

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

LOG: [gn build] Port e94e72a0c229

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 1eed616330eb1..1708af8612bc2 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -97,6 +97,7 @@ static_library("AST") {
     "Interp/Context.cpp",
     "Interp/Descriptor.cpp",
     "Interp/Disasm.cpp",
+    "Interp/DynamicAllocator.cpp",
     "Interp/EvalEmitter.cpp",
     "Interp/EvaluationResult.cpp",
     "Interp/Floating.cpp",


        


More information about the llvm-commits mailing list