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 f668708 commit fbef911Copy full SHA for fbef911
utils/bazel/llvm-project-overlay/lldb/BUILD.bazel
@@ -469,7 +469,7 @@ cc_library(
469
"include/lldb/Host/posix/*.h",
470
]),
471
strip_include_prefix = "include",
472
- deps = [":Utility"],
+ deps = [":UtilityHeaders"],
473
)
474
475
cc_library(
@@ -484,7 +484,7 @@ cc_library(
484
"@platforms//os:macos": [],
485
"//conditions:default": ["@platforms//:incompatible"],
486
}),
487
488
489
490
objc_library(
@@ -502,7 +502,7 @@ objc_library(
502
":Headers",
503
":HostMacOSXHeaders",
504
":HostMacOSXPrivateHeaders",
505
- ":Utility",
+ ":UtilityHeaders",
506
"//llvm:Support",
507
"//llvm:TargetParser",
508
],
0 commit comments