[all-commits] [llvm/llvm-project] 88d8f1: [Orc] Filter sections for debug load-address patch...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Fri Mar 31 01:35:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88d8f127ce4bc532df91532bded1505ff274ce9d
https://github.com/llvm/llvm-project/commit/88d8f127ce4bc532df91532bded1505ff274ce9d
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2023-03-31 (Fri, 31 Mar 2023)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp
Log Message:
-----------
[Orc] Filter sections for debug load-address patching upfront
Originally, the DebugObjectManagerPlugin recorded all sections and filtered some of them for load-address patching.
Then we spotted problems with duplicate section names and started additional filtering upfront (see b26f45e5a49ae363164e7dbbf57eadd9e78d612c).
This seems the better approach. Let's go for it and stop filtering in two locations.
More information about the All-commits
mailing list