[all-commits] [llvm/llvm-project] 3822e3: [lld-macho] Fix bug in handling unwind info from l...
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Fri Jul 9 19:47:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3822e3d5b049a23ac8ba78dd73767a490b678bd3
https://github.com/llvm/llvm-project/commit/3822e3d5b049a23ac8ba78dd73767a490b678bd3
Author: Vy Nguyen <vyng at google.com>
Date: 2021-07-09 (Fri, 09 Jul 2021)
Changed paths:
M lld/MachO/UnwindInfoSection.cpp
A lld/test/MachO/relocs-syms-not-in-got.s
Log Message:
-----------
[lld-macho] Fix bug in handling unwind info from ld -r
Two changess:
- Drop assertions that all symbols are in GOT
- Set allEntriesAreOmitted correctly
Related bug: 50812
Differential Revision: https://reviews.llvm.org/D105364
More information about the All-commits
mailing list