summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/module.modulemap
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2015-09-17 15:52:30 +0000
committerTeresa Johnson <tejohnson@google.com>2015-09-17 15:52:30 +0000
commitb77b1f8a0c6b14d60e640e0053a13c33b56c63da (patch)
treed0cfea1da5d9530818689deef872b96694d09124 /llvm/lib/Bitcode/module.modulemap
parentfaf8f6f62eb9407aae56d3d5d5cacac773b6ea60 (diff)
downloadbcm5719-llvm-b77b1f8a0c6b14d60e640e0053a13c33b56c63da.tar.gz
bcm5719-llvm-b77b1f8a0c6b14d60e640e0053a13c33b56c63da.zip
Function bitcode index in Value Symbol Table and lazy reading support
Summary: Support for including the function bitcode indices in the Value Symbol Table. This requires writing the VST after the function blocks, which in turn requires a new VST forward declaration record encoding the offset of the full VST (which is backpatched to contain the offset after the VST is written). This patch also enables the lazy function reader to use the new function indices out of the VST. This support will be used by ThinLTO as well, which will be in a follow on patch. Backwards compatibility with older bitcode files is maintained. A new test is also included. The bitcode format (used for the lazy reader as well as the upcoming ThinLTO patches) came out of discussions with Duncan and others and is described here: https://drive.google.com/file/d/0B036uwnWM6RWdnBLakxmeDdOeXc/view Reviewers: dexonsmith, davidxl, joker.eph Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D12536 llvm-svn: 247894
Diffstat (limited to 'llvm/lib/Bitcode/module.modulemap')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud