[bazel] add bolt address translation header to Passes (#93014)

to avoid circular dependency introduced in
a9b67490b2baaa311100a64191792186ea5f2c1e
This commit is contained in:
Mikhail Goncharov 2024-05-22 16:44:35 +02:00 committed by GitHub
parent c8dc6b59d6
commit 1d4772f24d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,10 @@ cc_library(
]),
hdrs = glob([
"include/bolt/Passes/*.h",
]),
]) + [
# To avoid circular dependency on "Profile".
"include/bolt/Profile/BoltAddressTranslation.h",
],
includes = ["include"],
deps = [
":Core",