https://github.com/davidchisnall approved this pull request.
Not sure why this wasn't `void`, possibly a copy and paste error. These functions are noreturn (if they can't unwind the stack, they die in other ways), so a non-`void` return type doesn't make sense. https://github.com/llvm/llvm-project/pull/214496 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
