[all-commits] [llvm/llvm-project] 33c132: [PAC] Make __is_function_overridden pauth-aware on...
Anton Korobeynikov via All-commits
all-commits at lists.llvm.org
Mon Sep 9 16:35:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33c1325a73c4bf6bacdb865c2550038afe4377d2
https://github.com/llvm/llvm-project/commit/33c1325a73c4bf6bacdb865c2550038afe4377d2
Author: Anton Korobeynikov <anton at korobeynikov.info>
Date: 2024-09-09 (Mon, 09 Sep 2024)
Changed paths:
M libcxx/src/include/overridable_function.h
Log Message:
-----------
[PAC] Make __is_function_overridden pauth-aware on ELF platforms (#107498)
Apparently, there are two almost identical implementations: one for
MachO and another one for ELF. The ELF bits somehow slipped while
https://github.com/llvm/llvm-project/pull/84573 was reviewed.
The particular implementation is identical to MachO case.
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