[PATCH] D36351: [lld][ELF] Add profile guided section layout
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 13:33:04 PST 2018
Michael Spencer <bigcheesegs at gmail.com> writes:
> This will only work if the local symbols show up once across all inputs,
> otherwise it will just take the last one. Not really an issue for testing,
> but it will do the wrong thing in the general case.
It is the same constraint that we have with --symbol-ordering-file, so
it seems reasonable to me.
Cheers,
Rafael
More information about the llvm-commits
mailing list