[llvm] 99b61da - [gn build] Port 468d668c5c40
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 28 04:35:31 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-06-28T11:27:05Z
New Revision: 99b61da3cba5bc7ff053adb1b912508d57793ce3
URL: https://github.com/llvm/llvm-project/commit/99b61da3cba5bc7ff053adb1b912508d57793ce3
DIFF: https://github.com/llvm/llvm-project/commit/99b61da3cba5bc7ff053adb1b912508d57793ce3.diff
LOG: [gn build] Port 468d668c5c40
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 d3a3ee755808b..1eed616330eb1 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -93,8 +93,7 @@ static_library("AST") {
"FormatString.cpp",
"InheritViz.cpp",
"Interp/ByteCodeEmitter.cpp",
- "Interp/ByteCodeExprGen.cpp",
- "Interp/ByteCodeStmtGen.cpp",
+ "Interp/Compiler.cpp",
"Interp/Context.cpp",
"Interp/Descriptor.cpp",
"Interp/Disasm.cpp",
More information about the llvm-commits
mailing list