[PATCH] D154397: [Driver] Default to -ftls-model=initial-exec on SerenityOS
Andrew Kaster via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 3 22:49:50 PDT 2023
ADKaster abandoned this revision.
ADKaster added a comment.
In D154397#4470094 <https://reviews.llvm.org/D154397#4470094>, @jrtc27 wrote:
> This is pretty dodgy, I don't think it belongs upstream
Fair enough, the original patch had "probably don't upstream this" in the commit description. @BertalanD mentioned to me on discord that he had a WIP patch for proper TLS on x86_64 and aarch64 cooking already . I'll drop this one and by the time the series lands we'll most likely have the TLS support in serenity already (or we can add it to the default clang args we already use for setting --sysroot for Ports).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154397/new/
https://reviews.llvm.org/D154397
More information about the cfe-commits
mailing list