diff options
author | Andy Kaylor <akaylor@nvidia.com> | 2025-08-13 16:14:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-13 16:14:32 -0700 |
commit | f2d76b58f8f7b96bb8227fa55ea0ad53e53368bc (patch) | |
tree | 0b9f0c45e42c5517d06ede66d0063fa7bfb1fb47 /llvm/lib/ObjCopy/ELF/ELFObject.cpp | |
parent | 9f953fa62fd1df8a173f3de3361d798c65bf47e3 (diff) | |
download | llvm-f2d76b58f8f7b96bb8227fa55ea0ad53e53368bc.zip llvm-f2d76b58f8f7b96bb8227fa55ea0ad53e53368bc.tar.gz llvm-f2d76b58f8f7b96bb8227fa55ea0ad53e53368bc.tar.bz2 |
[CIR] Use a loop for array initialization (#153499)
This updates the array initialization loop to use a do..while loop
rather than a fully serialized initialization. It also allows the
initialization of destructed objects when exception handling is not
enabled.
Array initialization when exception handling is enabled remains
unimplemented, but more precise messages are now emitted.
Diffstat (limited to 'llvm/lib/ObjCopy/ELF/ELFObject.cpp')
0 files changed, 0 insertions, 0 deletions