[PATCH] D52202: [ELF] Use the Repl point to avoid the segfault when using ICF

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 20:20:57 PDT 2018


phosek added a comment.

So after looking a bit more into the output of the reproducer, I realized this is not the correct solution because it leads to relocations being duplicated. Instead, relocations for the folded section shouldn't be emitted at all so this's a deeper rooted issue.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52202





More information about the llvm-commits mailing list