[PATCH] D143708: [RISCV] Add emulated TLS supported
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 10 19:56:06 PST 2023
MaskRay added a comment.
I want to know more about "We make private use of generic emutls abi on one of our targets for portability and easier certification reasons."
Adding the support is easy, but that just adds more on top of a legacy interface and invites maintenance burden.
It's true that nobody is actively removing emutls, but that's different from being willing to accept more dependency on the legacy interface.
I do occasionally check what Android workarounds can be removed and have removed quite a few in the past.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143708/new/
https://reviews.llvm.org/D143708
More information about the llvm-commits
mailing list