[PATCH] D68094: ELF: Don't merge SHF_LINK_ORDER sections in relocatable links.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 18:08:27 PDT 2019


pcc added a comment.

In D68094#1685162 <https://reviews.llvm.org/D68094#1685162>, @peter.smith wrote:

> Out of interest is this patch motivated by .ARM.exidx or other uses of SHF_LINK_ORDER? If it is the latter, then this may be good enough, and I'll need to fix up .ARM.exidx afterwards.


The latter (specifically, the `hwasan_globals` metadata section used by HWASAN global stack overflow detection).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68094/new/

https://reviews.llvm.org/D68094





More information about the llvm-commits mailing list