[llvm] f95a763 - [gn build] Port 6494f9bb8ac1

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 11:36:33 PST 2024


Author: LLVM GN Syncbot
Date: 2024-03-06T19:29:40Z
New Revision: f95a76391c527ba23574cb1d8d8803c9a1d0b7c4

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

LOG: [gn build] Port 6494f9bb8ac1

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