diff --git a/utils/bazel/configure.bzl b/utils/bazel/configure.bzl index fcc9fc7ecc48..b976f3955feb 100644 --- a/utils/bazel/configure.bzl +++ b/utils/bazel/configure.bzl @@ -180,7 +180,7 @@ def _llvm_configure_impl(repository_ctx): ) # Create a starlark file with the requested BOLT targets. - bolt_targets = ["AArch64","X86","RISCV"] # Supported targets. + bolt_targets = ["AArch64", "X86", "RISCV"] # Supported targets. bolt_targets = [t for t in llvm_targets if t in bolt_targets] repository_ctx.file( "bolt/targets.bzl", diff --git a/utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel b/utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel index 34b00f993a44..6618e2cd61e7 100644 --- a/utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel @@ -838,7 +838,6 @@ gentbl_cc_library( deps = ["//lldb:CoreTdFiles"], ) - cc_library( name = "PluginCPlusPlusLanguageHeaders", hdrs = glob(["Language/CPlusPlus/*.h"]), @@ -866,8 +865,8 @@ cc_library( "//lldb:Core", "//lldb:DataFormatters", "//lldb:Headers", - "//lldb:InterpreterHeaders", "//lldb:Host", + "//lldb:InterpreterHeaders", "//lldb:Symbol", "//lldb:SymbolHeaders", "//lldb:Target", diff --git a/utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel index c2ddf03ef28d..be5bbb043412 100644 --- a/utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel @@ -983,8 +983,8 @@ td_library( srcs = [], includes = ["../include"], deps = [ - "//mlir:SMTTdFiles", "//mlir:OpBaseTdFiles", + "//mlir:SMTTdFiles", ], )