[llvm] 7e7009f - [gn build] Port a72d7eea5413

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 03:08:34 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-09-23T10:01:18Z
New Revision: 7e7009fc5725fc2a9157212834cc995c91969cf1

URL: https://github.com/llvm/llvm-project/commit/7e7009fc5725fc2a9157212834cc995c91969cf1
DIFF: https://github.com/llvm/llvm-project/commit/7e7009fc5725fc2a9157212834cc995c91969cf1.diff

LOG: [gn build] Port a72d7eea5413

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn

Removed: 
    


################################################################################
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",
   ]
 }


        


More information about the llvm-commits mailing list