[PATCH] D18055: ELF: Implement --build-id.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 10 12:22:13 PST 2016


On 10 March 2016 at 15:17, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote:
> BTW, have you tried this in combination with the patch for using
> posix_memalign? Since this basically reads back the output of the
> linker I would be curious if that patch makes any difference is the
> results.

Also, hashing each input section as it is copied out might be more
cache friendly.

In any case, first implementing --build-id=<hash value> is probably the best.

Cheers,
Rafael


More information about the llvm-commits mailing list