[PATCH] D147505: [lld-macho] Check if DWARF offset is too large for compact unwind
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 23:53:38 PDT 2023
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
For the test, would it work to put something like
.section __TEXT,__eh_frame
.space 0x1000000
at the start of the file, to push the actual DWARF entry offsets forward?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147505/new/
https://reviews.llvm.org/D147505
More information about the llvm-commits
mailing list