Skip to content

Commit bf1f1a5

Browse files
fix buildifier
1 parent 1842ea6 commit bf1f1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ cc_library(
550550
"include/lldb/Host/posix/*.h",
551551
]),
552552
}),
553+
features = ["-layering_check"], # histedit.h breaks this.
553554
includes = ["include"],
554555
# TODO: Move this to Config library when https://github.com/bazelbuild/bazel/issues/21884 is fixed
555556
linkopts = select({
@@ -591,7 +592,6 @@ cc_library(
591592
],
592593
"//conditions:default": [],
593594
}),
594-
features = ["-layering_check"], # histedit.h breaks this.
595595
)
596596

597597
cc_headers_only(

0 commit comments

Comments
 (0)