This is an archive of the discontinued LLVM Phabricator instance.

[VE][compiler-rt] Support VE in clear_cache.c
ClosedPublic

Authored by kaz7 on Dec 4 2020, 3:29 PM.

Details

Summary

Support SX Aurora VE by __clear_cache() function. This modification
allows VE to run written data, e.g. clear_cache_test.c under compiler-rt
test. We still have code alignment problem in enable_execute_stack_test.c,
though.

Diff Detail

Event Timeline

kaz7 created this revision.Dec 4 2020, 3:29 PM
kaz7 requested review of this revision.Dec 4 2020, 3:29 PM
Herald added a subscriber: Restricted Project. · View Herald TranscriptDec 4 2020, 3:29 PM
simoll accepted this revision.Dec 7 2020, 12:20 AM
This revision is now accepted and ready to land.Dec 7 2020, 12:20 AM
This revision was automatically updated to reflect the committed changes.