Skip to content
  • Ziyang Liu's avatar
    01e07ab1
    Ensure .dyn_hi doesn't overwrite .hi · 01e07ab1
    Ziyang Liu authored and Marge Bot's avatar Marge Bot committed
    This commit fixes the following bug: when `outputHi` is set, and
    both `.dyn_hi` and `.hi` are needed, both would be written to
    `outputHi`, causing `.dyn_hi` to overwrite `.hi`. This causes
    subsequent `readIface` to fail - "mismatched interface file profile
    tag (wanted "", got "dyn")" - triggering unnecessary rebuild.
    01e07ab1
    Ensure .dyn_hi doesn't overwrite .hi
    Ziyang Liu authored and Marge Bot's avatar Marge Bot committed
    This commit fixes the following bug: when `outputHi` is set, and
    both `.dyn_hi` and `.hi` are needed, both would be written to
    `outputHi`, causing `.dyn_hi` to overwrite `.hi`. This causes
    subsequent `readIface` to fail - "mismatched interface file profile
    tag (wanted "", got "dyn")" - triggering unnecessary rebuild.
Loading