[COFF] Sort .pdata for arm64
authorMartin Storsjo <martin@martin.st>
Thu, 14 Dec 2017 08:56:29 +0000 (08:56 +0000)
committerMartin Storsjo <martin@martin.st>
Thu, 14 Dec 2017 08:56:29 +0000 (08:56 +0000)
commit9603b8e3f5c49ec554513694ebcc495def3abf09
treee14e5abba2a0140f01b49c731e13c3e856eaaefb
parent8cdf7c0e68805321a53582e5dfefd839170fc064
[COFF] Sort .pdata for arm64

This works for linking the output from the MSVC compiler.
The pdata entries for arm64 seem to be 8 bytes in the same
(or at least similar) form to arm.

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

llvm-svn: 320676
lld/COFF/Writer.cpp
lld/test/COFF/pdata-arm64.yaml [new file with mode: 0644]