arrowd wrote: > you could probably piggyback on bad_unwind_info.pass.cpp's second assert.
Turns out it isn't possible. `unw_step` returns a positive value in case of success or 0 if there is nowhere to step. The nongnu libunwind's manpage says that it also may return some error codes, but it is impossible for LLVM libunwind if I read the code correctly. Would you like me to create a separate testcase or let's just skip it? https://github.com/llvm/llvm-project/pull/160887 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
