[PATCH] D119318: ReleaseNotes: add lld/ELF notes
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 9 00:08:27 PST 2022
MaskRay added inline comments.
================
Comment at: lld/docs/ReleaseNotes.rst:82
+* The x86-32 and x86-64 ports now support mixed TLSDESC and TLS GD, i.e. mixing
+ ``-mtls-dialect=gnu2`` compiled .o with .o without the option are now
+ supported.
----------------
Perhaps: .o files compiled with and without ``-mtls-dialect=gnu2`` can now be linked together.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119318/new/
https://reviews.llvm.org/D119318
More information about the llvm-commits
mailing list