diff options
author | Ed Maste <emaste@FreeBSD.org> | 2024-11-16 15:25:44 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2024-11-20 02:29:46 +0000 |
commit | 62dab3d016abca717e396119ff33fdf22ed604f3 (patch) | |
tree | d1edad7ce25bb77aa8e5a3c55bf26b9c9aedc31d /contrib/llvm-project/llvm/lib/Target/ARM/ARM.td | |
parent | 3c29734502c330fc8f8e345213791722aeaf55c1 (diff) | |
download | src-main.tar.gz src-main.zip |
We don't in general support running newer libc on an older kernel, but
have occasionally added support for specific functionality on a case-by-
case basis. When we do this it is usually done as an aid for developers
to get across a change that introduced new functionality, as for 64-bit
inodes and the introduction of the getrandom syscall.
The getrandom syscall was added in commit e9ac27430c0c ("Implement
getrandom(2) and getentropy(3)") in 2018, and exists in all supported
FreeBSD versions. The ECAPMODE special case applied to a few months
worth of kernel versions also in 2018 -- fixed as of commit ed1fa01ac45a
("Regen after r337998.").
The backwards-compatibility support is no longer needed, so remove it.
Relnotes: Yes
Reviewed by: brooks, cem, delphij
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47636
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Target/ARM/ARM.td')
0 files changed, 0 insertions, 0 deletions