[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:27:30 PDT 2019


davezarzycki added a comment.

As it turns out, stage 2 still fails on my workstation, but that's because `-DCMAKE_EXE_LINKER_FLAGS=-Wl,-O0 -DCMAKE_SHARED_LINKER_FLAGS=-Wl,-O0` does NOT work as one expects due to LLVM's `cmake/modules/AddLLVM.cmake` setting `-Wl,-O3` *after* CMake's `CMAKE_EXE_LINKER_FLAGS` or `CMAKE_SHARED_LINKER_FLAGS`. I'm trying a new two stage build with `-DLLVM_LDFLAGS=-Wl,-O0`.


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