You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Given `stack_util.h` is exported and it includes `kernel_includes.h`, we
need `kernel_includes` in the build dependency.
One solution is to expect the clients who use `slice_util` to also add
`kernel_includes`. However, "doing it for them" via exported_deps seems
like a nicer solution.
Reviewed By: silverguo
Differential Revision: D81930473
Co-authored-by: Jathu Satkunarajah <[email protected]>
0 commit comments