[lld] r324365 - Hide the --full-shutdown option.
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 9 13:51:10 PST 2018
Rui Ueyama <ruiu at google.com> writes:
> How could you see that option before this change? It at least didn't appear
> when I did "ld.lld --help".
Strange, I do see it if I revert my patch:
% ninja bin/lld && ./bin/ld.lld --help | grep shut
--full-shutdown Perform a full shutdown instead of calling _exit
but not on trunk.
Cheers,
Rafael
More information about the llvm-commits
mailing list