[llvm] 5fe0a81 - [gn build] Port fa133d3151b5
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 14 11:10:20 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-07-14T18:04:38Z
New Revision: 5fe0a81a6b3e5bd6601259a76a1abcafda4e0747
URL: https://github.com/llvm/llvm-project/commit/5fe0a81a6b3e5bd6601259a76a1abcafda4e0747
DIFF: https://github.com/llvm/llvm-project/commit/5fe0a81a6b3e5bd6601259a76a1abcafda4e0747.diff
LOG: [gn build] Port fa133d3151b5
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