diff --git a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn index a578651349754e..4b79e989545b67 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", ] }