We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1842ea6 commit bf1f1a5Copy full SHA for bf1f1a5
utils/bazel/llvm-project-overlay/lldb/BUILD.bazel
@@ -550,6 +550,7 @@ cc_library(
550
"include/lldb/Host/posix/*.h",
551
]),
552
}),
553
+ features = ["-layering_check"], # histedit.h breaks this.
554
includes = ["include"],
555
# TODO: Move this to Config library when https://github.com/bazelbuild/bazel/issues/21884 is fixed
556
linkopts = select({
@@ -591,7 +592,6 @@ cc_library(
591
592
],
593
"//conditions:default": [],
594
- features = ["-layering_check"], # histedit.h breaks this.
595
)
596
597
cc_headers_only(
0 commit comments