[all-commits] [llvm/llvm-project] 191483: [PAC][Driver] Support ptrauth flags only on ARM64 ...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Mon Dec 16 00:30:50 PST 2024
Branch: refs/heads/users/kovdan01/ptrauth-flags-only-on-linux-and-darwin
Home: https://github.com/llvm/llvm-project
Commit: 1914833e15a81ee85aea3a6e1bed2b88a338d3e7
https://github.com/llvm/llvm-project/commit/1914833e15a81ee85aea3a6e1bed2b88a338d3e7
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/test/Driver/aarch64-ptrauth.c
Log Message:
-----------
[PAC][Driver] Support ptrauth flags only on ARM64 Darwin
Most ptrauth flags are ABI-affecting, so they should not be exposed to
end users. Under certain conditions, some ptrauth driver flags are intended
to be used for ARM64 Darwin, so allow them in this case.
Leave `-faarch64-jump-table-hardening` available for all AArch64 targets
since it's not ABI-affecting.
Commit: 141d40c64e1bac1bc45c551b12fcec1d8de7e35c
https://github.com/llvm/llvm-project/commit/141d40c64e1bac1bc45c551b12fcec1d8de7e35c
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/test/Driver/aarch64-ptrauth.c
Log Message:
-----------
For pauthtest ABI, allow ptrauth driver flags
Commit: 2b22423ed52906573b53c7ee06b0885526b1fba7
https://github.com/llvm/llvm-project/commit/2b22423ed52906573b53c7ee06b0885526b1fba7
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M clang/test/Driver/aarch64-ptrauth.c
Log Message:
-----------
Minor test enhancement
Commit: fe8a692ed61689b59e2c809f56fdc3f21da6387f
https://github.com/llvm/llvm-project/commit/fe8a692ed61689b59e2c809f56fdc3f21da6387f
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M clang/include/clang/Driver/ToolChain.h
M clang/lib/Driver/ToolChain.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/lib/Driver/ToolChains/Linux.h
Log Message:
-----------
Address review comments
Commit: 346d1ef9d0d638ddda2b48a9c629f24a4385df02
https://github.com/llvm/llvm-project/commit/346d1ef9d0d638ddda2b48a9c629f24a4385df02
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M clang/include/clang/Driver/ToolChain.h
M clang/lib/Driver/ToolChain.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/lib/Driver/ToolChains/Linux.h
Log Message:
-----------
Address review comments
Compare: https://github.com/llvm/llvm-project/compare/3afcc78d48cb...346d1ef9d0d6
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