[llvm] efde640 - [gn build] Port 48d703e7f562

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 14 12:24:37 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-07-14T19:18:41Z
New Revision: efde640cdfede834fa79e0eea69f82fb769d6beb

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

LOG: [gn build] Port 48d703e7f562

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 1708af8612bc2..1eed616330eb1 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -97,7 +97,6 @@ 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