xref: /third_party/node/deps/v8/src/maglev/DEPS (revision 1cb0ef41)
1include_rules = [
2  # Allow Maglev to depend on TurboFan data structures.
3  # TODO(v8:7700): Clean up these dependencies by extracting common code to a
4  # separate directory.
5  "+src/compiler",
6]
7