[all-commits] [llvm/llvm-project] 1b3791: [ORC] Fix missing support of deinitialize on ELF p...
Yaxing Cai via All-commits
all-commits at lists.llvm.org
Wed Jan 21 22:31:50 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b37911f1a90edd0bef0090010d0267cd1605255
https://github.com/llvm/llvm-project/commit/1b37911f1a90edd0bef0090010d0267cd1605255
Author: Yaxing Cai <caiyaxing666 at gmail.com>
Date: 2026-01-22 (Thu, 22 Jan 2026)
Changed paths:
M compiler-rt/lib/orc/elfnix_platform.cpp
A compiler-rt/test/orc/TestCases/Linux/Generic/ctor-dtor.cpp
M llvm/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h
M llvm/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h
M llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
M llvm/lib/ExecutionEngine/Orc/Shared/ObjectFormats.cpp
Log Message:
-----------
[ORC] Fix missing support of deinitialize on ELF platform and execution order by priority (#175981)
This PR fixes
1. issue #175509 about missing support of deinitialize on ELF platform.
2. missing support of execution order by proirity at both initialize and
deinitialize stage.
cc: @tqchen @joker-eph
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list