[PATCH] D14794: Do not require a Context to extract the FunctionIndex from Bitcode

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 16:27:57 PST 2015


joker.eph created this revision.
joker.eph added a reviewer: tejohnson.
joker.eph added subscribers: dexonsmith, llvm-commits.

The LLVMContext was only used for Diagnostic. Pass a DiagnosticHandler
instead.

http://reviews.llvm.org/D14794

Files:
  include/llvm/Bitcode/ReaderWriter.h
  include/llvm/Object/FunctionIndexObjectFile.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Object/FunctionIndexObjectFile.cpp
  tools/llvm-link/llvm-link.cpp
  tools/llvm-lto/llvm-lto.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14794.40576.patch
Type: text/x-patch
Size: 14470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151119/85a1124a/attachment.bin>


More information about the llvm-commits mailing list