[llvm] 6121122 - [gn build] update two comments

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 24 08:52:58 PDT 2020


Author: Nico Weber
Date: 2020-04-24T11:52:49-04:00
New Revision: 6121122a3b93c11b65c862c0028736de652e2e65

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

LOG: [gn build] update two comments

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/BUILD.gn
    llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/unimplemented/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/BUILD.gn
index 3751f65ce2ef..c5e646b95435 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/BUILD.gn
@@ -8,7 +8,7 @@ source_set("remote") {
   sources = []
   if (false) {
     sources += [
-      # FIXME comment
+      # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
       "Client.cpp",
     ]
   }

diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/unimplemented/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/unimplemented/BUILD.gn
index ff6995c271d3..2d75d373c84b 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/unimplemented/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote/unimplemented/BUILD.gn
@@ -6,7 +6,7 @@ source_set("unimplemented") {
   ]
   include_dirs = [ "../../.." ]
   sources = [
-    # FIXME comment
+    # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
     "UnimplementedClient.cpp",
   ]
 }


        


More information about the llvm-commits mailing list