diff options
author | Lang Hames <lhames@gmail.com> | 2024-11-18 09:25:02 +1100 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2024-11-18 10:38:50 +1100 |
commit | 521c99627690e09ba25383c83232f94ff457f00c (patch) | |
tree | 4d8df849c1dcd56871bb7349ba875a365378089a /llvm/lib/CodeGen | |
parent | 315519917368dce841f1cb1e7b296846d13497c3 (diff) | |
download | llvm-521c99627690e09ba25383c83232f94ff457f00c.zip llvm-521c99627690e09ba25383c83232f94ff457f00c.tar.gz llvm-521c99627690e09ba25383c83232f94ff457f00c.tar.bz2 |
[JITLink] Move Symbol to new block before updating size.
Symbol::setSize asserts that the new size does not overflow the containing
block, so we need to point the Symbol at the correct Block before updating its
size (otherwise we may get a spurious overflow assertion).
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions