[PATCH] D52459: [ELF] - Use output section prediction when creating mergeable synthetic sections.

PeiHsiangHung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 25 23:09:02 PDT 2018


NickHung added a comment.

Filename matching seems not to be considered in this patch.

A test case for your reference.

  SECTIONS {
  .rodata_A : { a.o(.rodata.foo) }
  .rodata_B : { b.o(.rodata.foo) }
  }


https://reviews.llvm.org/D52459





More information about the llvm-commits mailing list