[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
Tue Dec 26 06:27:55 PST 2017


emaste added inline comments.


================
Comment at: ELF/Relocations.cpp:593
+
+  // If the relocation is to a weak undef, and we producing executable,
+  // give up on it and produce a non preemptible 0.
----------------
minor nit, "and we are producing an executable"


https://reviews.llvm.org/D41551





More information about the llvm-commits mailing list