[llvm] 7e469c1 - [gn build] Port 5111286f06e1

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 04:44:17 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-05-23T11:39:12Z
New Revision: 7e469c1310b25bc3c4dbb8221e29ed6259a566ce

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

LOG: [gn build] Port 5111286f06e1

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
index 3a50975bfa3d3..f59e9ba8d4339 100644
--- a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
@@ -26,5 +26,7 @@ static_library("Interpreter") {
     "IncrementalExecutor.cpp",
     "IncrementalParser.cpp",
     "Interpreter.cpp",
+    "InterpreterUtils.cpp",
+    "Value.cpp",
   ]
 }


        


More information about the llvm-commits mailing list