[PATCH] D41551: [ELF] - Allow relocation to a weak undefined symbol when -z notext is given.

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 25 19:31:12 PST 2017


emaste added a comment.

Conflicts after https://reviews.llvm.org/rL321430. I tried a straightforward rebase (moving the `if ((S.Flags & SHF_WRITE) || !Config->ZText)` block below `if (Sym.isUndefWeak())` but `test/ELF/retain-und.s` (from https://reviews.llvm.org/rL293093) fails.


https://reviews.llvm.org/D41551





More information about the llvm-commits mailing list