Skip to content

Commit 7fe1b43

Browse files
committed
NFC: reformat bazel files with buildifier.
1 parent c72c0b2 commit 7fe1b43

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

utils/bazel/configure.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def _llvm_configure_impl(repository_ctx):
180180
)
181181

182182
# Create a starlark file with the requested BOLT targets.
183-
bolt_targets = ["AArch64","X86","RISCV"] # Supported targets.
183+
bolt_targets = ["AArch64", "X86", "RISCV"] # Supported targets.
184184
bolt_targets = [t for t in llvm_targets if t in bolt_targets]
185185
repository_ctx.file(
186186
"bolt/targets.bzl",

utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,6 @@ gentbl_cc_library(
838838
deps = ["//lldb:CoreTdFiles"],
839839
)
840840

841-
842841
cc_library(
843842
name = "PluginCPlusPlusLanguageHeaders",
844843
hdrs = glob(["Language/CPlusPlus/*.h"]),
@@ -866,8 +865,8 @@ cc_library(
866865
"//lldb:Core",
867866
"//lldb:DataFormatters",
868867
"//lldb:Headers",
869-
"//lldb:InterpreterHeaders",
870868
"//lldb:Host",
869+
"//lldb:InterpreterHeaders",
871870
"//lldb:Symbol",
872871
"//lldb:SymbolHeaders",
873872
"//lldb:Target",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,8 +983,8 @@ td_library(
983983
srcs = [],
984984
includes = ["../include"],
985985
deps = [
986-
"//mlir:SMTTdFiles",
987986
"//mlir:OpBaseTdFiles",
987+
"//mlir:SMTTdFiles",
988988
],
989989
)
990990

0 commit comments

Comments
 (0)