[all-commits] [llvm/llvm-project] e76ac8: [llvm][orc] Consider other ELF init sections as well
Jeff Niu via All-commits
all-commits at lists.llvm.org
Wed Jul 26 13:44:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e76ac8074f8534eb40bbcca99617eded70c9c21b
https://github.com/llvm/llvm-project/commit/e76ac8074f8534eb40bbcca99617eded70c9c21b
Author: Jeff Niu <jeff at modular.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h
M llvm/lib/ExecutionEngine/Orc/Shared/ObjectFormats.cpp
M llvm/unittests/ExecutionEngine/Orc/ObjectFormatsTest.cpp
Log Message:
-----------
[llvm][orc] Consider other ELF init sections as well
ELF object files can contain `.ctors` and `.dtors` sections that also
participate as initializers.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D154802
More information about the All-commits
mailing list