[PATCH] D128037: [ORC][LLJIT] Define atexit symbol in GenericLLVMIRPlatformSupport.
Stefan Gränitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 03:44:06 PDT 2022
sgraenitz added a comment.
Thanks, that sounds reasonable. Maybe we can provide some more context on `atexit` vs. `__cxa_atexit` in the commit message?
It appears that there is a test for `__cxa_atexit` here -- can we extend it to cover `atexit`?
https://github.com/llvm/llvm-project/blob/main/llvm/test/ExecutionEngine/OrcLazy/global-ctors-and-dtors.ll
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128037/new/
https://reviews.llvm.org/D128037
More information about the llvm-commits
mailing list