[PATCH] D26539: Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 19:56:41 PST 2016


pcc created this revision.
pcc added a reviewer: mehdi_amini.
pcc added a subscriber: llvm-commits.
pcc added a dependency: D26532: Bitcode: Clean up error handling for certain bitcode query functions..

Depends on https://reviews.llvm.org/D26532


https://reviews.llvm.org/D26539

Files:
  clang/lib/CodeGen/BackendUtil.cpp
  llvm/include/llvm/Bitcode/ReaderWriter.h
  llvm/include/llvm/Object/ModuleSummaryIndexObjectFile.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/LTO/LTO.cpp
  llvm/lib/LTO/ThinLTOCodeGenerator.cpp
  llvm/lib/Object/ModuleSummaryIndexObjectFile.cpp
  llvm/lib/Transforms/IPO/FunctionImport.cpp
  llvm/tools/llvm-link/llvm-link.cpp
  llvm/tools/llvm-lto/llvm-lto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26539.77591.patch
Type: text/x-patch
Size: 18430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161111/bd95dcb8/attachment.bin>


More information about the llvm-commits mailing list