[PATCH] D63432: [ELF] Allow placing SHF_MERGE sections with different alignments into the same MergeSyntheticSection

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 06:55:15 PDT 2019


MaskRay added a comment.

In D63432#1568367 <https://reviews.llvm.org/D63432#1568367>, @davezarzycki wrote:

> I'm doing a three-stage build, but perhaps not exactly the same way. I'd be surprised if it passes.


I'll revert if I see a clear evidence.

Can you also try `-DCMAKE_EXE_LINKER_FLAGS=-Wl,-O0 -DCMAKE_SHARED_LINKER_FLAGS=-Wl,-O0` when your test finishes?

If it fails in the default configuration but passes with `-Wl,-O0`, I can be more certain the failure is likely associated with the SHF_MERGE change.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63432





More information about the llvm-commits mailing list