NFC: reformat bazel files with buildifier.

This commit is contained in:
James Y Knight 2025-05-16 12:11:21 -04:00
parent c72c0b298c
commit 7fe1b43122
3 changed files with 3 additions and 4 deletions

View File

@ -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",

View File

@ -983,8 +983,8 @@ td_library(
srcs = [],
includes = ["../include"],
deps = [
"//mlir:SMTTdFiles",
"//mlir:OpBaseTdFiles",
"//mlir:SMTTdFiles",
],
)