mehdi_amini added inline comments.
================
Comment at: lib/Object/Error.cpp:94
     return Err2;
-  return Err;
+  return Err; // Use after move, not sure how to fix it.
 }
----------------
@lhames : can you look at this?
https://reviews.llvm.org/D27751