[PATCH] D143619: [llvm][codegen] Disallow default Emulated TLS for RISCV
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 10:25:44 PST 2023
asb added inline comments.
================
Comment at: llvm/include/llvm/TargetParser/Triple.h:955
+ bool supportsEmulatedTLS() const {
+ return !isRISCV64();
+ }
----------------
Shouldn't this return false for 32-bit RISC-V as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143619/new/
https://reviews.llvm.org/D143619
More information about the llvm-commits
mailing list