[llvm] f887fad - [gn build] Port 8c5e9cf73713

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 06:23:03 PST 2024


Author: LLVM GN Syncbot
Date: 2024-02-26T14:10:26Z
New Revision: f887fad547c7103c05f33be81fecc03782216ce6

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

LOG: [gn build] Port 8c5e9cf73713

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 1df3f3a2248544..cfdfd203fc62c0 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -108,6 +108,7 @@ static_library("AST") {
     "Interp/InterpBlock.cpp",
     "Interp/InterpBuiltin.cpp",
     "Interp/InterpFrame.cpp",
+    "Interp/InterpShared.cpp",
     "Interp/InterpStack.cpp",
     "Interp/InterpState.cpp",
     "Interp/Pointer.cpp",


        


More information about the llvm-commits mailing list