This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][RISCV] Implement __clear_cache() on ELF
AbandonedPublic

Authored by Jim on Jan 13 2022, 12:52 AM.

Details

Reviewers
luismarques
Summary

Implement __clear_cache() for RISC-V ELF. Just use fence.i like GCC.

Diff Detail

Event Timeline

Jim created this revision.Jan 13 2022, 12:52 AM
Jim requested review of this revision.Jan 13 2022, 12:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 13 2022, 12:52 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
Jim edited the summary of this revision. (Show Details)Jan 13 2022, 12:56 AM
Jim added a reviewer: luismarques.

Please see D92464 for a discussion about the issues with this.

Jim abandoned this revision.Jan 13 2022, 5:41 PM

Please see D92464 for a discussion about the issues with this.

Oh. Thanks.