diff options
author | River Riddle <riddleriver@gmail.com> | 2023-07-24 19:49:38 -0700 |
---|---|---|
committer | River Riddle <riddleriver@gmail.com> | 2023-07-25 15:55:34 -0700 |
commit | 5ab6589551c1a4b81458c766266374a5d4d2aaca (patch) | |
tree | f24758f7d1f882b676b073818a5212d208fb90f0 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | a809720102fae8d1b5a7073f99f9dae9395c5f41 (diff) | |
download | llvm-5ab6589551c1a4b81458c766266374a5d4d2aaca.zip llvm-5ab6589551c1a4b81458c766266374a5d4d2aaca.tar.gz llvm-5ab6589551c1a4b81458c766266374a5d4d2aaca.tar.bz2 |
[mlir:bytecode] Fix bytecode lazy loading for ops with multiple regions
We currently encode each region as a separate section, but
the reader expects all of the regions to be in the same section.
This updates the writer to match the behavior that the reader
expects.
Differential Revision: https://reviews.llvm.org/D156198
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions