[llvm] a6fc677 - [gn build] Port ef2a104c94a8

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 18:36:32 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-11-02T01:30:09Z
New Revision: a6fc677f104bb46e3682fd672696fbee8d1f5209

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

LOG: [gn build] Port ef2a104c94a8

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 0428322e07e3e8..490daec902a41d 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -77,6 +77,7 @@ static_library("AST") {
     "ByteCode/Interp.cpp",
     "ByteCode/InterpBlock.cpp",
     "ByteCode/InterpBuiltin.cpp",
+    "ByteCode/InterpBuiltinBitCast.cpp",
     "ByteCode/InterpFrame.cpp",
     "ByteCode/InterpShared.cpp",
     "ByteCode/InterpStack.cpp",


        


More information about the llvm-commits mailing list