[PATCH] D131309: [ELF] Add ability to get a symbol by name from the hash table section
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 25 21:26:31 PDT 2022
MaskRay added a comment.
OK, if openmp offloading already uses `findOnlyShtHash` and doesn't support mips, you may refactor the openmp code to switch to DT_GNU_HASH instead.
While DT_HASH has been mostly distinct in Linux distributions, D85742 <https://reviews.llvm.org/D85742> added it. The support should be replaced with DT_GNU_HASH.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131309/new/
https://reviews.llvm.org/D131309
More information about the llvm-commits
mailing list