[PATCH] D51834: [ELF] Don't emit .relr.dyn section if there are no relocs

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 00:44:40 PDT 2018


grimar accepted this revision.
grimar added a comment.

This is LGTM anyways but has a question/suggestion though.



================
Comment at: lld/test/ELF/empty-pack-dyn-relocs.s:1
+// REQUIRES: aarch64
+
----------------
Can it be x86? I think relr can perhaps be a generic feature and for those, we use x86 target by default.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D51834





More information about the llvm-commits mailing list