[llvm] 7a2de9c - [gn build] Port eb0e6c3134ef

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


Author: LLVM GN Syncbot
Date: 2023-08-23T14:01:40Z
New Revision: 7a2de9ce17a9437b969fc6b909220b20247846d2

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

LOG: [gn build] Port eb0e6c3134ef

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 69b3497ed0c5cd..de083429dd2c3c 100644
--- a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
@@ -23,6 +23,7 @@ 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 ceaacdf5cb08e3..441d57187cd2db 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
@@ -11,6 +11,7 @@ unittest("ClangReplInterpreterTests") {
     "//llvm/lib/TargetParser",
   ]
   sources = [
+    "CodeCompletionTest.cpp",
     "IncrementalProcessingTest.cpp",
     "InterpreterTest.cpp",
   ]


        


More information about the llvm-commits mailing list