[bazel] Format BUILD files with buildifier (#133802)
This commit is contained in:
@@ -70,8 +70,8 @@ cc_binary(
|
||||
":Profile",
|
||||
":Rewrite",
|
||||
":RuntimeLibs",
|
||||
":TargetConfig",
|
||||
":TargetAArch64",
|
||||
":TargetConfig",
|
||||
":TargetX86",
|
||||
":Utils",
|
||||
"//llvm:AllTargetsAsmParsers",
|
||||
|
||||
@@ -119,6 +119,7 @@ expand_template(
|
||||
lit_test(
|
||||
name = "%s.test" % src,
|
||||
srcs = [src],
|
||||
args = ["-svv"],
|
||||
data = glob(["test/Inputs/**/*"]) + [
|
||||
"test/lit.cfg.py",
|
||||
"test/lit.site.cfg.py",
|
||||
@@ -127,7 +128,6 @@ expand_template(
|
||||
"//llvm:count",
|
||||
"//llvm:not",
|
||||
],
|
||||
args = ["-svv"],
|
||||
)
|
||||
for src in glob(["test/*.cpp"])
|
||||
]
|
||||
|
||||
@@ -67,11 +67,11 @@ cc_library(
|
||||
"lib/orc/error.h",
|
||||
"lib/orc/executor_address.h",
|
||||
"lib/orc/executor_symbol_def.h",
|
||||
"lib/orc/rtti.h",
|
||||
"lib/orc/interval_map.h",
|
||||
"lib/orc/interval_set.h",
|
||||
"lib/orc/jit_dispatch.h",
|
||||
"lib/orc/record_section_tracker.h",
|
||||
"lib/orc/rtti.h",
|
||||
"lib/orc/simple_packed_serialization.h",
|
||||
"lib/orc/stl_extras.h",
|
||||
"lib/orc/string_pool.h",
|
||||
@@ -86,8 +86,8 @@ cc_library(
|
||||
srcs = [
|
||||
"lib/orc/debug.cpp",
|
||||
"lib/orc/dlfcn_wrapper.cpp",
|
||||
"lib/orc/rtti.cpp",
|
||||
"lib/orc/log_error_to_stderr.cpp",
|
||||
"lib/orc/rtti.cpp",
|
||||
"lib/orc/run_program_wrapper.cpp",
|
||||
] + select({
|
||||
"@platforms//os:macos": [
|
||||
|
||||
@@ -209,12 +209,12 @@ math_test(
|
||||
# name = "f16fma",
|
||||
# hdrs = ["FmaTest.h"],
|
||||
# )
|
||||
#
|
||||
#
|
||||
# math_test(
|
||||
# name = "f16fmaf",
|
||||
# hdrs = ["FmaTest.h"],
|
||||
# )
|
||||
#
|
||||
#
|
||||
# math_test(
|
||||
# name = "f16fmal",
|
||||
# hdrs = ["FmaTest.h"],
|
||||
|
||||
@@ -664,10 +664,10 @@ cc_library(
|
||||
"//mlir:SPIRVDialect",
|
||||
"//mlir:SideEffectInterfaces",
|
||||
"//mlir:Support",
|
||||
"//mlir:TransformUtils",
|
||||
"//mlir:Transforms",
|
||||
"//mlir:TransformDialect",
|
||||
"//mlir:TransformDialectInterfaces",
|
||||
"//mlir:TransformUtils",
|
||||
"//mlir:Transforms",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -9,13 +9,13 @@ package(default_visibility = ["//visibility:public"])
|
||||
name = "%s.test" % src,
|
||||
srcs = [src],
|
||||
data = [
|
||||
"Vector/vector-sink-transform.mlir",
|
||||
"//llvm:llvm-symbolizer",
|
||||
"//mlir:mlir-opt",
|
||||
"//mlir:mlir-pdll",
|
||||
"//mlir:mlir-reduce",
|
||||
"//mlir:mlir-translate",
|
||||
"//mlir/test:lit_data",
|
||||
"Vector/vector-sink-transform.mlir",
|
||||
] + glob([
|
||||
"IRDL/*.irdl.mlir",
|
||||
"Linalg/td/*.mlir",
|
||||
|
||||
Reference in New Issue
Block a user