[PATCH] D102527: [RISCV] Add missing emulated TLS support

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 14 13:22:43 PDT 2021


MaskRay added a comment.

+1. Please implement proper ELF TLS and drop reliance on emulated TLS. libclang_rt.builtins-$arch.a has some improper libc calls (e.g. malloc) just because of emutls.

I think we will soon be able to eliminate emutls in the LLVM code base.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102527/new/

https://reviews.llvm.org/D102527



More information about the llvm-commits mailing list