]> granicus.if.org Git - llvm/commit
Merging r351421:
authorHans Wennborg <hans@hanshq.net>
Thu, 17 Jan 2019 15:39:31 +0000 (15:39 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 17 Jan 2019 15:39:31 +0000 (15:39 +0000)
commit8779077dde876ddfb6dfbe7f1da338f820a8fa13
tree4f8671c18be8513cdecb2452cbf4dfb5fed36813
parent4653f512b371c5648473fc373f6595cbbc2a1482
Merging r351421:
------------------------------------------------------------------------
r351421 | ssijaric | 2019-01-17 10:45:17 +0100 (Thu, 17 Jan 2019) | 12 lines

[ARM64][Windows] Share unwind codes between epilogues

There are cases where we have multiple epilogues that have the exact same unwind
code sequence.  In that case, the epilogues can share the same unwind codes in
the .xdata section.  This should get us past the assert "SEH unwind data
splitting not yet implemented" in many cases.

We still need to add support for generating multiple .pdata/.xdata sections for
those functions that need to be split into fragments.

Differential Revision: https://reviews.llvm.org/D56813

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_80@351452 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCWin64EH.cpp
test/CodeGen/AArch64/wineh4.mir
test/CodeGen/AArch64/wineh8.mir [new file with mode: 0644]