[llvm] r255550 - Start implementing FDE dumping when printing the eh_frame.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 14:18:53 PST 2015


> +    if (CIEIt == CachedCIEs.end())
> +      llvm_unreachable("Couldn't find CIE at offset in to __eh_frame section");
>

report_fatal_error or similar. The same for the asserts.

Cheers,
Rafael


More information about the llvm-commits mailing list