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
[ATFE] Improve error handling and header optimisation in common header generation logic. (#456)
This patch introduces additional error checking and handle edge cases in
common header generation script.
1. Adds a check to handle cases where the multilib folder is either
empty or does not exist, avoiding unhandled exceptions.
2. Improves logic by allowing header optimisation to proceed for targets
that have more than two variants, even if another target lacks
sufficient variants for a comparison. These changes ensure the script
can still performing valid optimisations where possible.
3. Copying multilib.yaml can be moved outside the loop, as it only needs
to be done once after all target folders are generated.
0 commit comments