From 7e7009fc5725fc2a9157212834cc995c91969cf1 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot <llvmgnsyncbot@gmail.com> Date: Mon, 23 Sep 2024 10:01:18 +0000 Subject: [PATCH] [gn build] Port a72d7eea5413 --- llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn index a578651349754..4b79e989545b6 100644 --- a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn @@ -30,6 +30,7 @@ static_library("Interpreter") { "IncrementalParser.cpp", "Interpreter.cpp", "InterpreterUtils.cpp", + "InterpreterValuePrinter.cpp", "Value.cpp", ] }