[bazel] Fix layering check violation (#137734)

I broke this in 2ce6333a41 since I only
tested with a toolchain that doesn't support layering checks
This commit is contained in:
Keith Smiley
2025-04-28 16:37:51 -07:00
committed by GitHub
parent 2ce6333a41
commit a9a891029d

View File

@@ -837,6 +837,7 @@ cc_binary(
deps = [
":APIHeaders",
":HostHeaders",
":UtilityHeaders",
":liblldb.wrapper",
":lldb_options_inc_gen",
"//llvm:Option",