[llvm] b84f3ea - [gn build] Port 6a39a714423b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 16:10:01 PST 2024


Author: LLVM GN Syncbot
Date: 2024-03-07T00:03:07Z
New Revision: b84f3ea9963058cdd910f5106ca2a70c1bb9e460

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

LOG: [gn build] Port 6a39a714423b

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 a20066436a3bf1..441d57187cd2db 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
@@ -12,7 +12,6 @@ unittest("ClangReplInterpreterTests") {
   ]
   sources = [
     "CodeCompletionTest.cpp",
-    "IncrementalCompilerBuilderTest.cpp",
     "IncrementalProcessingTest.cpp",
     "InterpreterTest.cpp",
   ]


        


More information about the llvm-commits mailing list