[all-commits] [llvm/llvm-project] 1d2a4c: [lld-macho] Fix compact-unwind-bad-reloc.s test
Jez Ng via All-commits
all-commits at lists.llvm.org
Tue Oct 26 15:59:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d2a4cd57df590a5d9a6aec9ecdf93a523c8b64b
https://github.com/llvm/llvm-project/commit/1d2a4cd57df590a5d9a6aec9ecdf93a523c8b64b
Author: Jez Ng <jezng at fb.com>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M lld/MachO/InputFiles.cpp
M lld/test/MachO/invalid/compact-unwind-bad-reloc.s
Log Message:
-----------
[lld-macho] Fix compact-unwind-bad-reloc.s test
Broken by a9353dbe517c522ac63818de2cde645acdc46834.
Now that the functions point to the compact unwind entries, instead of
the other way around, we need to perform the "invalid reference" check
in a different place.
This change was originally part of the stacked diff D109946, but should
have been included as part of D109945.
More information about the All-commits
mailing list