[llvm] 8050359 - [gn build] Port 4e7cf1b1ed38

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 01:15:08 PST 2024


Author: LLVM GN Syncbot
Date: 2024-01-19T09:08:30Z
New Revision: 805035931ececce8a856f31c576e8565ba078f93

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

LOG: [gn build] Port 4e7cf1b1ed38

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 2076394ffe0854..ff793190bd2800 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -99,6 +99,7 @@ static_library("AST") {
     "Interp/Descriptor.cpp",
     "Interp/Disasm.cpp",
     "Interp/EvalEmitter.cpp",
+    "Interp/EvaluationResult.cpp",
     "Interp/Floating.cpp",
     "Interp/Frame.cpp",
     "Interp/Function.cpp",


        


More information about the llvm-commits mailing list