In LateEHPrepare::addCatchAlls, the current code tries to get the
iterator's debug info even when it is MachineBasicBlock::end(). This
fixes the bug by adding empty debug info instead in that case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo