[PATCH] D33969: Bitcode: Introduce a BitcodeFileContents data type. NFCI.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 17:56:45 PDT 2017
pcc created this revision.
Herald added a reviewer: hiraditya.
This data type includes the contents of a bitcode file.
Right now a bitcode file can only contain modules, but
a later change will add a symbol table.
https://reviews.llvm.org/D33969
Files:
llvm/include/llvm/Bitcode/BitcodeReader.h
llvm/include/llvm/Object/IRObjectFile.h
llvm/include/llvm/Object/IRSymtab.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Object/IRObjectFile.cpp
llvm/lib/Object/IRSymtab.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33969.101649.patch
Type: text/x-patch
Size: 6853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170607/f94f003e/attachment.bin>
More information about the llvm-commits
mailing list