This is an archive of the discontinued LLVM Phabricator instance.

[bazel] Fix layering check after 0610e2f
ClosedPublic

Authored by csigg on May 1 2023, 3:05 AM.

Details

Summary

BytecodeWriter.h is now included in IR.h, and the corresponding dependency should be moved to header_deps. This change fixes Google's internal build, which seems to have a stricter layering check than bazel's, but it's still the right thing to do.

Diff Detail

Event Timeline

csigg created this revision.May 1 2023, 3:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2023, 3:05 AM
csigg requested review of this revision.May 1 2023, 3:05 AM
This revision was not accepted when it landed; it landed in state Needs Review.May 1 2023, 3:47 AM
This revision was automatically updated to reflect the committed changes.