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

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 21:20:24 PDT 2016


lhames added a comment.

You may want to use Error (include/llvm/Support/Error.h) rather than std::error_code, though it should be pretty easy to switch over after the fact too.

- Lang.


http://reviews.llvm.org/D20550





More information about the llvm-commits mailing list