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

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 07:48:51 PDT 2019


davezarzycki added a comment.

Well, as it turns out, `-DLLVM_LDFLAGS` is even less effective than the original CMAKE build options.

I took your original suggestion and hacked LLVM's cmake to force `-Wl,-O0` instead of `-Wl,-O3`. A two stage build now works. Is this enough evidence to revert or fix this patch? Do you need any more tests?


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