Page MenuHomeFreeBSD

powerpc: implement __clear_cache
ClosedPublic

Authored by pkubaj on Apr 1 2022, 7:16 PM.
Tags
None
Referenced Files
F166474320: D34736.id104475.diff
Thu, Aug 13, 6:53 PM
Unknown Object (File)
Wed, Aug 12, 7:41 PM
Unknown Object (File)
Tue, Aug 11, 1:14 AM
Unknown Object (File)
Mon, Aug 10, 10:26 PM
Unknown Object (File)
Mon, Aug 10, 2:17 PM
Unknown Object (File)
Mon, Aug 10, 6:37 AM
Unknown Object (File)
Sat, Aug 8, 2:30 PM
Unknown Object (File)
Sat, Aug 8, 11:57 AM
Subscribers

Details

Summary

Merge LLVM commit 81f5c6270cdfcdf80e6296df216b696a7a37c8b5.

This fixes runtime of most notably pcre libraries (currently patched in ports),
and probably also other ports.

MFC after: 3 days

Test Plan

Test building e.g. PHP-dependant ports without ports' b6bb44e5ba8832aa575c28a13cef3ea2c9edc8b6.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 44953
Build 41841: arc lint + arc unit

Event Timeline

pkubaj requested review of this revision.Apr 1 2022, 7:16 PM

LGTM

contrib/llvm-project/compiler-rt/lib/builtins/clear_cache.c
133

Does this work for both 32 and 64 bit powerpc?

This revision is now accepted and ready to land.Apr 1 2022, 7:56 PM
contrib/llvm-project/compiler-rt/lib/builtins/clear_cache.c
133

Yes, it works for both variants.

This revision was automatically updated to reflect the committed changes.