Displaying 2 results from an estimated 2 matches for "155a2232".
Did you mean:
155.9232
2016 Oct 26
0
RFC: APIs for bitcode files containing multiple modules
...al APIs in ReaderWriter.h for convenience in the common case where the bitcode file has a single module.
>
> Thanks,
> --
> --
> Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161025/155a2232/attachment.html>
2016 Oct 26
2
RFC: APIs for bitcode files containing multiple modules
Hi all,
As mentioned in my recent RFC entitled "RFC: a more detailed design for
ThinLTO + vcall CFI" I would like to introduce the ability for bitcode
files to contain multiple modules. In https://reviews.llvm.org/D24786 I
took a step towards that by proposing a change to the module format so that
the block info block is stored at the top level. The next step is to think
about what the