[PATCH] D76482: [lld][ELF] Provide optional hidden symbols for build ID

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 09:27:34 PDT 2020


phosek added a comment.

I have updated the patch to introduce a pair of `__build_id_start` and `__build_id_end` which point at the beginning and the end of the payload so users of these symbols don't need to parse the note headers which simplifies usage.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76482/new/

https://reviews.llvm.org/D76482



More information about the llvm-commits mailing list