mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 13:26:45 +00:00
[bazel] add bolt address translation header to Passes (#93014)
to avoid circular dependency introduced in a9b67490b2baaa311100a64191792186ea5f2c1e
This commit is contained in:
parent
c8dc6b59d6
commit
1d4772f24d
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user