[all-commits] [llvm/llvm-project] b26f45: [ORC] Skip non-SHF_ALLOC sections in DebugObjectMa...
lhames via All-commits
all-commits at lists.llvm.org
Tue Oct 25 18:40:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b26f45e5a49ae363164e7dbbf57eadd9e78d612c
https://github.com/llvm/llvm-project/commit/b26f45e5a49ae363164e7dbbf57eadd9e78d612c
Author: Lang Hames <lhames at gmail.com>
Date: 2022-10-25 (Tue, 25 Oct 2022)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/DebugObjectManagerPlugin.cpp
Log Message:
-----------
[ORC] Skip non-SHF_ALLOC sections in DebugObjectManagerPlugin.
We don't need to provide a load-address for non-alloc sections. Skipping them
allows us to avoid some complications, like handling duplicate .group sections.
More information about the All-commits
mailing list