Migrate dump-ice-to-disk and panic-abort-eh_frame run-make tests to rmake by Oneirical · Pull Request #127523 · rust-lang/rust (original) (raw)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The context is that everything under -Zub-checks creates non-unwinding panics, so it is a problem for RFL and quite goofy in general if enabling -Zub-checks produces new sections which are only for unwinding.

I don't know enough about this target to say whether it has this section with UB checks disabled. If it has this section with UB checks off that seems like a separate bug, we can handle that in another issue. If it gains this section when UB checks are enabled on this target specifically I would really like to know why.