[all-commits] [llvm/llvm-project] 382df1: Revert "Reland D64327 [MC][ELF] Allow STT_SECTION ...
Mitch Phillips via All-commits
all-commits at lists.llvm.org
Fri Aug 7 10:59:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 382df1c6744d09e9f3362f9743788574913980b4
https://github.com/llvm/llvm-project/commit/382df1c6744d09e9f3362f9743788574913980b4
Author: Mitch Phillips <31459023+hctim at users.noreply.github.com>
Date: 2020-08-07 (Fri, 07 Aug 2020)
Changed paths:
M llvm/cmake/modules/AddLLVM.cmake
M llvm/lib/MC/ELFObjectWriter.cpp
M llvm/test/MC/ELF/basic-elf-32.s
M llvm/test/MC/ELF/compression.s
M llvm/test/MC/ELF/relocation-386.s
M llvm/test/MC/Mips/elf-relsym.s
M llvm/test/MC/Mips/xgot.s
Log Message:
-----------
Revert "Reland D64327 [MC][ELF] Allow STT_SECTION referencing SHF_MERGE on REL targets"
This reverts commit b497665d98ad5026b1d3d67d5793a28fefe27bea.
Spent some time trying to reproduce this locally, reverting in a
desparate attempt to fix the sanitizer buildbot:
- http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/28828
I don't know exactly why or how this patch breaks the bots, but it seems
pretty concrete that it's the culprit.
More information about the All-commits
mailing list