[PATCH] D31921: Object: Factor out the code for creating the irsymtab for an arbitrary bitcode file.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 19:58:31 PDT 2017


pcc created this revision.

This code now lives in lib/Object. The idea is that it can now be reused by
IRObjectFile among other things.


https://reviews.llvm.org/D31921

Files:
  llvm/include/llvm/Object/IRSymtab.h
  llvm/lib/LTO/LTO.cpp
  llvm/lib/Object/IRSymtab.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31921.94772.patch
Type: text/x-patch
Size: 5728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170411/a6498f8d/attachment.bin>


More information about the llvm-commits mailing list