This patch adds DT_STRSZ into the dynamic section, which was absent previously. This was a bug and caused failures in other tools.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D117058
[ifs] Added missing DT_STRSZ to the .dynamic section ClosedPublic Authored by haowei on Jan 11 2022, 2:56 PM.
Details Summary This patch adds DT_STRSZ into the dynamic section, which was absent previously. This was a bug and caused failures in other tools.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 11 2022, 5:20 PM haowei added a child revision: D116769: [ifs] Allow llvm-ifs to generate text stub from elf stub.Jan 11 2022, 9:21 PM This revision was landed with ongoing or failed builds.Feb 13 2022, 9:06 PM Closed by commit rGa59bb21bf85e: [ifs] Added missing DT_STRSZ to the .dynamic section (authored by haowei). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 399092 llvm/lib/InterfaceStub/ELFObjHandler.cpp
llvm/test/tools/llvm-ifs/write-stub.test
|