Skip to content

Commit 7789f3b

Browse files
nicoKtwu
authored andcommitted
[gn build] update two comments
upstream-commit: 6121122
1 parent 67a7bee commit 7789f3b

File tree

2 files changed

+2
-2
lines changed
  • llvm/utils/gn/secondary/clang-tools-extra/clangd/index/remote

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source_set("remote") {
88
sources = []
99
if (false) {
1010
sources += [
11-
# FIXME comment
11+
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
1212
"Client.cpp",
1313
]
1414
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source_set("unimplemented") {
66
]
77
include_dirs = [ "../../.." ]
88
sources = [
9-
# FIXME comment
9+
# Make `gn format` not collapse this, for sync_source_lists_from_cmake.py.
1010
"UnimplementedClient.cpp",
1111
]
1212
}

0 commit comments

Comments
 (0)