]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powerpc: implement __clear_cache
authorPiotr Kubaj <pkubaj@FreeBSD.org>
Fri, 1 Apr 2022 19:13:13 +0000 (21:13 +0200)
committerPiotr Kubaj <pkubaj@FreeBSD.org>
Sat, 2 Apr 2022 10:47:19 +0000 (12:47 +0200)
commit57b6ac48a96c99e684ab4dc85b8a87097797dc9f
tree98f90aa638e0b32688d0fd705e890a10406017a8
parent9a89977bf633d71760fa57a7542ef0f7fc0349e5
powerpc: implement __clear_cache

Merge LLVM commit 81f5c6270cdfcdf80e6296df216b696a7a37c8b5.

This fixes runtime of most notably pcre libraries (currently patched in ports),
and probably also other ports since currently __clear_cache() just calls
SIGABRT on powerpc.

MFC after: 3 days
Reviewed by: dim
Differential Revision: https://reviews.freebsd.org/D34736
contrib/llvm-project/compiler-rt/lib/builtins/clear_cache.c