[gn build] Port 5111286f06e1
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Tue, 23 May 2023 11:39:12 +0000 (11:39 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Tue, 23 May 2023 11:39:12 +0000 (11:39 +0000)
llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn

index 3a50975..f59e9ba 100644 (file)
@@ -26,5 +26,7 @@ static_library("Interpreter") {
     "IncrementalExecutor.cpp",
     "IncrementalParser.cpp",
     "Interpreter.cpp",
+    "InterpreterUtils.cpp",
+    "Value.cpp",
   ]
 }