[PATCH] D37279: [codeview] make DbgVariableLocation::extractFromMachineInstruction use Expected

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 29 15:06:31 PDT 2017


rnk added a comment.

If we don't have any consumers that can use the error messages, I would rather return Optional<DbgVariableLocation>.


https://reviews.llvm.org/D37279





More information about the llvm-commits mailing list