[PATCH] D44012: [ELF] - Allow discarding .hash and .gnu.hash from linker script.
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 2 12:15:48 PST 2018
George Rimar via Phabricator via llvm-commits
<llvm-commits at lists.llvm.org> writes:
> + // It's normal to discard the following sections. We drop the pointer to adjust
> + // the rest code behavior as there were no such sections from the begining.
s/as there/as if there/
LGTM with that.
Thanks,
Rafael
More information about the llvm-commits
mailing list