[PATCH] D20550: Linker: error_code'ify the IR mover. NFC.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 15:30:26 PDT 2016


pcc added a comment.

Thanks Lang. This new patch does as you suggested: it retains the std::error_category, but converts the error_code to an Error at the last moment. I have also updated the call sites to handle a non-null Error in the same way as they handled a true return value before.


http://reviews.llvm.org/D20550





More information about the llvm-commits mailing list