[PATCH] D76802: [InstrProfiling] Use !associated metadata for counters, data and values
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 20:20:51 PDT 2020
phosek added a comment.
In D76802#2089052 <https://reviews.llvm.org/D76802#2089052>, @phosek wrote:
> @davidxl Do you have any preference between the current solution which uses the artificial padding in `__llvm_prf_data` section to workaround the BFD ld bug, and a backend feature flag that could be set to enable this feature?
The latter might be preferable because there's another bug in trunk BFD ld which causes to enter infinite loop, see D72904 <https://reviews.llvm.org/D72904> for more details.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76802/new/
https://reviews.llvm.org/D76802
More information about the llvm-commits
mailing list