[llvm] a30f7e1 - [gn build] Port 54db16221c92

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 02:50:45 PST 2024


Author: LLVM GN Syncbot
Date: 2024-12-04T10:44:27Z
New Revision: a30f7e190b8a4b6cdb9d9c050be4af660f237931

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

LOG: [gn build] Port 54db16221c92

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 db2ee2e41d2bda..6bfdeedfacd269 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -62,7 +62,6 @@ 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 04c646b059ece1..fcdb9a5b1aeb23 100644
--- a/llvm/utils/gn/secondary/clang/unittests/AST/ByteCode/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/AST/ByteCode/BUILD.gn
@@ -10,7 +10,6 @@ unittest("InterpTests") {
     "//clang/lib/Tooling",
   ]
   sources = [
-    "BitcastBuffer.cpp",
     "Descriptor.cpp",
     "toAPValue.cpp",
   ]


        


More information about the llvm-commits mailing list