[PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 10:05:11 PST 2016


>>Is that optimized away in a Release build?
>
>It can be and can be not I think. Not good solution it seems, but at least can help with debug build.
>
>>Cheers,
>>Rafael

Why not to use fatal() then ? It seems to fit the needs.

George.


More information about the llvm-commits mailing list