[PATCH] D60290: NFC: Move API uses of MD5::MD5Result to Optional

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 4 16:13:40 PDT 2019


echristo created this revision.
echristo added a reviewer: dblaikie.
Herald added subscribers: llvm-commits, hiraditya, mcrosier.
Herald added a project: LLVM.

The other half of most of this API is Optional and it's literally... optional, so let's make it so.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60290

Files:
  llvm/include/llvm/MC/MCContext.h
  llvm/include/llvm/MC/MCDwarf.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCContext.cpp
  llvm/lib/MC/MCDwarf.cpp
  llvm/lib/MC/MCParser/AsmParser.cpp
  llvm/lib/MC/MCStreamer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60290.193802.patch
Type: text/x-patch
Size: 16695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190404/e0dddd84/attachment.bin>


More information about the llvm-commits mailing list