[PATCH] D41160: [LLD] [COFF] Sort .pdata for arm64

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 09:56:25 PST 2017


mstorsjo added inline comments.


================
Comment at: COFF/Writer.cpp:886
   }
   if (Config->Machine == ARMNT) {
     struct Entry { ulittle32_t Begin, Unwind; };
----------------
compnerd wrote:
> Why not just do:
> 
>     if (Config->Machine == ARMNT || Config->Machine == ARM64) {
Doh, yes - I'll change it to that form.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D41160





More information about the llvm-commits mailing list