[llvm] 668c1f1 - [gn build] Port a7a4463acbe1

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 05:33:38 PST 2023


Author: LLVM GN Syncbot
Date: 2023-01-25T13:27:16Z
New Revision: 668c1f15ad883adcc2cbefe0a5a5f4d99192bc0c

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

LOG: [gn build] Port a7a4463acbe1

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 3632fac349e70..8ce2ae85c8800 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -103,6 +103,7 @@ static_library("AST") {
     "Interp/Function.cpp",
     "Interp/Interp.cpp",
     "Interp/InterpBlock.cpp",
+    "Interp/InterpBuiltin.cpp",
     "Interp/InterpFrame.cpp",
     "Interp/InterpStack.cpp",
     "Interp/InterpState.cpp",


        


More information about the llvm-commits mailing list