From: LLVM GN Syncbot Date: Tue, 23 May 2023 11:39:12 +0000 (+0000) Subject: [gn build] Port 5111286f06e1 X-Git-Tag: upstream/17.0.6~7565 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e469c1310b25bc3c4dbb8221e29ed6259a566ce;p=platform%2Fupstream%2Fllvm.git [gn build] Port 5111286f06e1 --- diff --git a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn index 3a50975..f59e9ba 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", ] }