[PATCH] D26719: Bitcode: Introduce initial multi-module reader API.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 17:09:33 PST 2016
pcc created this revision.
pcc added a reviewer: mehdi_amini.
pcc added a subscriber: llvm-commits.
Implement getLazyBitcodeModule() and parseBitcodeFile() in terms of it.
https://reviews.llvm.org/D26719
Files:
llvm/include/llvm/Bitcode/BitcodeReader.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/test/Bitcode/invalid.test
llvm/test/Bitcode/null-type.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26719.78106.patch
Type: text/x-patch
Size: 13446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161116/a06c584a/attachment.bin>
More information about the llvm-commits
mailing list