diff options
author | Nick Desaulniers <nickdesaulniers@users.noreply.github.com> | 2024-03-22 08:28:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 08:28:03 -0700 |
commit | 4318f7e5301fb737a7abaacb3b43b6a9289055f3 (patch) | |
tree | 79fb509acb844de0af15ce87f21130b0288eb7f8 /llvm/lib/Object/ELF.cpp | |
parent | cdbec7baf1bc31b59526442c9d4d5f53aac746eb (diff) | |
download | llvm-4318f7e5301fb737a7abaacb3b43b6a9289055f3.zip llvm-4318f7e5301fb737a7abaacb3b43b6a9289055f3.tar.gz llvm-4318f7e5301fb737a7abaacb3b43b6a9289055f3.tar.bz2 |
[libc][stdlib] initial support for __cxa_finalize (#85865)
I'm trying to break up the pieces of supporting __cxa_finalize into smaller
commits. Provide this symbol first, and make use of it from exit.
Next will be to store __dso_handle, then finally to only run callbacks that
were registered from a specific dso.
Link: #85651
Link: https://itanium-cxx-abi.github.io/cxx-abi/abi.html#dso-dtor
Diffstat (limited to 'llvm/lib/Object/ELF.cpp')
0 files changed, 0 insertions, 0 deletions