Commit 87a7351
committed
[libunwind][PAuthLR] Remove PC offset when using FEAT_PAuthLR
When originally introduced to libunwind as part of llvm#112171,
FEAT_PAuthLR had its Call Frame Instruction's (CFI's) in a different
location to other Signing Authentication methods. To incorporate this
in libunwind, an offset was introduced to work with this. However,
this design was reversed in llvm#121551 so the CFI's are emitted in the
same location as other methods. When making this change, the offset
in libunwind was not removed, so libunwinds PC value would be incorrect.
This can be removed from the code, as it is no longer needed.1 parent 36bc9b7 commit 87a7351
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
811 | | - | |
812 | | - | |
813 | | - | |
814 | | - | |
815 | | - | |
816 | | - | |
817 | 811 | | |
818 | 812 | | |
819 | 813 | | |
| |||
0 commit comments