From 7e469c1310b25bc3c4dbb8221e29ed6259a566ce Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 23 May 2023 11:39:12 +0000 Subject: [PATCH] [gn build] Port 5111286f06e1 --- llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) 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", ] } -- 2.7.4