Skip to content

Commit a9a8910

Browse files
authored
[bazel] Fix layering check violation (llvm#137734)
I broke this in 2ce6333 since I only tested with a toolchain that doesn't support layering checks
1 parent 2ce6333 commit a9a8910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ cc_binary(
837837
deps = [
838838
":APIHeaders",
839839
":HostHeaders",
840+
":UtilityHeaders",
840841
":liblldb.wrapper",
841842
":lldb_options_inc_gen",
842843
"//llvm:Option",

0 commit comments

Comments
 (0)