[lld] r324756 - Make a lambda a static function to make the ICF main function shorter.
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 13 07:20:20 PST 2018
Rui Ueyama via llvm-commits <llvm-commits at lists.llvm.org> writes:
> +static void Print(const Twine &Prefix, InputSection *S) {
It should probably start with a lowercase now that it is a plain
function.
Cheers,
Rafael
More information about the llvm-commits
mailing list