[llvm] fba1fa9 - [gn build] Port f94a937cb37a

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 08:40:44 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-08-23T15:35:10Z
New Revision: fba1fa908dee507157a862d58d16644640ccd4f7

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

LOG: [gn build] Port f94a937cb37a

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
    llvm/utils/gn/secondary/clang/unittests/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 de083429dd2c3c..69b3497ed0c5cd 100644
--- a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
@@ -23,7 +23,6 @@ static_library("Interpreter") {
     "//llvm/lib/TargetParser",
   ]
   sources = [
-    "CodeCompletion.cpp",
     "DeviceOffload.cpp",
     "IncrementalExecutor.cpp",
     "IncrementalParser.cpp",

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


        


More information about the llvm-commits mailing list