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

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 10:49:20 PDT 2017


inglorion updated this revision to Diff 113286.
inglorion retitled this revision from "[codeview] make DbgVariableLocation::extractFromMachineInstruction use Expected" to "[codeview] make DbgVariableLocation::extractFromMachineInstruction use Optional".
inglorion edited the summary of this revision.
inglorion added a comment.

Use None instead of its overly verbose equivalent.


https://reviews.llvm.org/D37279

Files:
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
  llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37279.113286.patch
Type: text/x-patch
Size: 5307 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170830/070e1da0/attachment.bin>


More information about the llvm-commits mailing list