[PATCH] D133759: [Support] Access threadIndex via a wrapper function
Andrew Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 05:11:56 PDT 2022
andrewng added a comment.
I think this looks fine to unblock the MinGW dylib build but I wonder if we could reduce the number of calls to `getThreadIndex()` by storing the index in the `RelocationScanner`? Although this would require quite a few changes to the existing interfaces.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133759/new/
https://reviews.llvm.org/D133759
More information about the llvm-commits
mailing list