[all-commits] [llvm/llvm-project] e451d5: [ORC] Fix sorting of contructors by priority
Jonas Hahnfeld via All-commits
all-commits at lists.llvm.org
Wed May 11 00:14:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e451d552348bc714614d294e32dfbe7ec2cd4005
https://github.com/llvm/llvm-project/commit/e451d552348bc714614d294e32dfbe7ec2cd4005
Author: Jonas Hahnfeld <jonas.hahnfeld at cern.ch>
Date: 2022-05-11 (Wed, 11 May 2022)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
M llvm/test/ExecutionEngine/OrcLazy/global-ctors-and-dtors.ll
Log Message:
-----------
[ORC] Fix sorting of contructors by priority
The code was incorrectly sorting by the function address.
Differential Revision: https://reviews.llvm.org/D123311
More information about the All-commits
mailing list