[llvm] 23d2c38 - [gn build] Port 2a4a852a67ea

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 14:24:24 PST 2024


Author: LLVM GN Syncbot
Date: 2024-03-07T22:18:39Z
New Revision: 23d2c388303982e4341f248120915328a6444b51

URL: https://github.com/llvm/llvm-project/commit/23d2c388303982e4341f248120915328a6444b51
DIFF: https://github.com/llvm/llvm-project/commit/23d2c388303982e4341f248120915328a6444b51.diff

LOG: [gn build] Port 2a4a852a67ea

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
index 441d57187cd2db..a20066436a3bf1 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
@@ -12,6 +12,7 @@ unittest("ClangReplInterpreterTests") {
   ]
   sources = [
     "CodeCompletionTest.cpp",
+    "IncrementalCompilerBuilderTest.cpp",
     "IncrementalProcessingTest.cpp",
     "InterpreterTest.cpp",
   ]


        


More information about the llvm-commits mailing list