[llvm] f5d8c0e - [gn build] Port a86c1e7175d4
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 02:24:45 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-06-06T09:18:40Z
New Revision: f5d8c0ebfe9f382f404607db404353af5467cec1
URL: https://github.com/llvm/llvm-project/commit/f5d8c0ebfe9f382f404607db404353af5467cec1
DIFF: https://github.com/llvm/llvm-project/commit/f5d8c0ebfe9f382f404607db404353af5467cec1.diff
LOG: [gn build] Port a86c1e7175d4
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 0cf99256c9bdb..d3a3ee755808b 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -110,6 +110,7 @@ static_library("AST") {
"Interp/InterpShared.cpp",
"Interp/InterpStack.cpp",
"Interp/InterpState.cpp",
+ "Interp/MemberPointer.cpp",
"Interp/Pointer.cpp",
"Interp/PrimType.cpp",
"Interp/Program.cpp",
More information about the llvm-commits
mailing list