Skip to content

Commit e4f7195

Browse files
committed
[bazel][NFC] Reformat w/ buildifier
1 parent b4d3c2c commit e4f7195

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

utils/bazel/llvm-project-overlay/clang-tools-extra/clangd/BUILD.bazel

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
# See https://llvm.org/LICENSE.txt for license information.
33
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44

5-
package(default_visibility = ["//visibility:public"],
6-
features = ["layering_check"])
5+
package(
6+
default_visibility = ["//visibility:public"],
7+
features = ["layering_check"],
8+
)
79

810
licenses(["notice"])
911

@@ -17,33 +19,33 @@ cc_library(
1719
"Protocol.cpp",
1820
"URI.cpp",
1921
"index/SymbolID.cpp",
22+
"support/Cancellation.cpp",
23+
"support/Context.cpp",
2024
"support/Logger.cpp",
21-
"support/Trace.cpp",
2225
"support/MemoryTree.cpp",
23-
"support/Context.cpp",
24-
"support/Cancellation.cpp",
25-
"support/ThreadCrashReporter.cpp",
2626
"support/Shutdown.cpp",
27+
"support/ThreadCrashReporter.cpp",
28+
"support/Trace.cpp",
2729
],
2830
hdrs = [
29-
"Transport.h",
31+
"LSPBinder.h",
3032
"Protocol.h",
33+
"Transport.h",
3134
"URI.h",
32-
"LSPBinder.h",
3335
"index/SymbolID.h",
34-
"support/Function.h",
3536
"support/Cancellation.h",
36-
"support/ThreadCrashReporter.h",
37+
"support/Context.h",
38+
"support/Function.h",
3739
"support/Logger.h",
38-
"support/Trace.h",
3940
"support/MemoryTree.h",
40-
"support/Context.h",
4141
"support/Shutdown.h",
42+
"support/ThreadCrashReporter.h",
43+
"support/Trace.h",
4244
],
4345
includes = ["."],
4446
deps = [
45-
"//llvm:Support",
4647
"//clang:basic",
4748
"//clang:index",
49+
"//llvm:Support",
4850
],
4951
)

utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ libc_test(
6464
name = "integer_to_string_test",
6565
srcs = ["integer_to_string_test.cpp"],
6666
deps = [
67-
"//libc:__support_cpp_span",
6867
"//libc:__support_cpp_limits",
68+
"//libc:__support_cpp_span",
6969
"//libc:__support_cpp_string_view",
7070
"//libc:__support_integer_literals",
7171
"//libc:__support_integer_to_string",

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,15 +1936,15 @@ cc_library(
19361936
includes = ["include"],
19371937
deps = [
19381938
":ArithDialect",
1939-
":ArmNeonIncGen",
19401939
":ArmNeonDialect",
1940+
":ArmNeonIncGen",
19411941
":FuncDialect",
19421942
":IR",
19431943
":LLVMDialect",
19441944
":SideEffectInterfaces",
19451945
":Support",
1946-
":VectorDialect",
19471946
":Transforms",
1947+
":VectorDialect",
19481948
"//llvm:Core",
19491949
"//llvm:Support",
19501950
],
@@ -10962,9 +10962,9 @@ cc_library(
1096210962
":LinalgStructuredOpsIncGen",
1096310963
":MathDialect",
1096410964
":MemRefDialect",
10965+
":MeshShardingInterface",
1096510966
":Parser",
1096610967
":SCFDialect",
10967-
":MeshShardingInterface",
1096810968
":SideEffectInterfaces",
1096910969
":SparseTensorDialect",
1097010970
":Support",
@@ -11119,12 +11119,12 @@ cc_library(
1111911119
":MemRefDialect",
1112011120
":MemRefTransforms",
1112111121
":MeshDialect",
11122+
":MeshShardingInterface",
1112211123
":MeshTransforms",
1112311124
":Pass",
1112411125
":SCFDialect",
1112511126
":SCFTransforms",
1112611127
":SCFUtils",
11127-
":MeshShardingInterface",
1112811128
":SparseTensorDialect",
1112911129
":SubsetOpInterface",
1113011130
":Support",

utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ cc_test(
6161
deps = [
6262
"//llvm:Support",
6363
"//llvm:TestingSupport",
64-
"//mlir:BytecodeReader",
6564
"//mlir:ArithDialect",
65+
"//mlir:BytecodeReader",
6666
"//mlir:ControlFlowInterfaces",
6767
"//mlir:DLTIDialect",
6868
"//mlir:DataLayoutInterfaces",

0 commit comments

Comments
 (0)