NFC: reformat bazel files with buildifier.
This commit is contained in:
@@ -180,7 +180,7 @@ def _llvm_configure_impl(repository_ctx):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Create a starlark file with the requested BOLT targets.
|
# 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]
|
bolt_targets = [t for t in llvm_targets if t in bolt_targets]
|
||||||
repository_ctx.file(
|
repository_ctx.file(
|
||||||
"bolt/targets.bzl",
|
"bolt/targets.bzl",
|
||||||
|
|||||||
@@ -838,7 +838,6 @@ gentbl_cc_library(
|
|||||||
deps = ["//lldb:CoreTdFiles"],
|
deps = ["//lldb:CoreTdFiles"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "PluginCPlusPlusLanguageHeaders",
|
name = "PluginCPlusPlusLanguageHeaders",
|
||||||
hdrs = glob(["Language/CPlusPlus/*.h"]),
|
hdrs = glob(["Language/CPlusPlus/*.h"]),
|
||||||
@@ -866,8 +865,8 @@ cc_library(
|
|||||||
"//lldb:Core",
|
"//lldb:Core",
|
||||||
"//lldb:DataFormatters",
|
"//lldb:DataFormatters",
|
||||||
"//lldb:Headers",
|
"//lldb:Headers",
|
||||||
"//lldb:InterpreterHeaders",
|
|
||||||
"//lldb:Host",
|
"//lldb:Host",
|
||||||
|
"//lldb:InterpreterHeaders",
|
||||||
"//lldb:Symbol",
|
"//lldb:Symbol",
|
||||||
"//lldb:SymbolHeaders",
|
"//lldb:SymbolHeaders",
|
||||||
"//lldb:Target",
|
"//lldb:Target",
|
||||||
|
|||||||
@@ -983,8 +983,8 @@ td_library(
|
|||||||
srcs = [],
|
srcs = [],
|
||||||
includes = ["../include"],
|
includes = ["../include"],
|
||||||
deps = [
|
deps = [
|
||||||
"//mlir:SMTTdFiles",
|
|
||||||
"//mlir:OpBaseTdFiles",
|
"//mlir:OpBaseTdFiles",
|
||||||
|
"//mlir:SMTTdFiles",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user