Skip to content

Commit

Permalink
[bazel] add bolt address translation header to Passes (#93014)
Browse files Browse the repository at this point in the history
to avoid circular dependency introduced in
a9b6749
  • Loading branch information
metaflow committed May 22, 2024
1 parent c8dc6b5 commit 1d4772f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/bazel/llvm-project-overlay/bolt/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1d4772f

Please sign in to comment.