[all-commits] [llvm/llvm-project] 16efd2: [AIX][TLS][clang] Add -maix-small-local-dynamic-t...
Felix (Ting Wang) via All-commits
all-commits at lists.llvm.org
Mon Apr 22 17:44:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16efd2a4c4b6a811688e5f623cb04dbd2d0579e8
https://github.com/llvm/llvm-project/commit/16efd2a4c4b6a811688e5f623cb04dbd2d0579e8
Author: Felix (Ting Wang) <Ting.Wang.SH at ibm.com>
Date: 2024-04-23 (Tue, 23 Apr 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Driver/Options.td
M clang/lib/Basic/Targets/PPC.cpp
M clang/lib/Basic/Targets/PPC.h
M clang/lib/Driver/ToolChains/Arch/PPC.cpp
A clang/test/Driver/aix-small-local-exec-dynamic-tls.c
R clang/test/Driver/aix-small-local-exec-tls.c
Log Message:
-----------
[AIX][TLS][clang] Add -maix-small-local-dynamic-tls clang option (#88829)
This patch adds the clang portion of an AIX-specific option to inform
the
compiler that it can use a faster access sequence for the local-dynamic
TLS model (formally named aix-small-local-dynamic-tls).
This patch mainly references Amy's work on small local-exec TLS support.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list