[llvm] adf892d - [gn build] Port 4b5e7fa4de54
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 02:38:40 PST 2024
Author: LLVM GN Syncbot
Date: 2024-12-04T10:31:57Z
New Revision: adf892d743d91afc1af7893f97c770db31c26916
URL: https://github.com/llvm/llvm-project/commit/adf892d743d91afc1af7893f97c770db31c26916
DIFF: https://github.com/llvm/llvm-project/commit/adf892d743d91afc1af7893f97c770db31c26916.diff
LOG: [gn build] Port 4b5e7fa4de54
Added:
Modified:
llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
llvm/utils/gn/secondary/clang/unittests/AST/ByteCode/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 6bfdeedfacd269..db2ee2e41d2bda 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -62,6 +62,7 @@ static_library("AST") {
"AttrDocTable.cpp",
"AttrImpl.cpp",
"Availability.cpp",
+ "ByteCode/BitcastBuffer.cpp",
"ByteCode/ByteCodeEmitter.cpp",
"ByteCode/Compiler.cpp",
"ByteCode/Context.cpp",
diff --git a/llvm/utils/gn/secondary/clang/unittests/AST/ByteCode/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/AST/ByteCode/BUILD.gn
index fcdb9a5b1aeb23..04c646b059ece1 100644
--- a/llvm/utils/gn/secondary/clang/unittests/AST/ByteCode/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/AST/ByteCode/BUILD.gn
@@ -10,6 +10,7 @@ unittest("InterpTests") {
"//clang/lib/Tooling",
]
sources = [
+ "BitcastBuffer.cpp",
"Descriptor.cpp",
"toAPValue.cpp",
]
More information about the llvm-commits
mailing list