This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [builtins] Use FlushInstructionCache on windows on aarch64 as well
ClosedPublic

Authored by mstorsjo on Jan 17 2018, 1:02 PM.

Details

Summary

Generalize this handling to a separate toplevel ifdef (since any windows case should use the same function), instead of indenting
the aarch64 case one step further.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Jan 17 2018, 1:02 PM
Herald added subscribers: Restricted Project, kristof.beyls, dberris and 2 others. · View Herald TranscriptJan 17 2018, 1:02 PM
rnk accepted this revision.Jan 17 2018, 1:15 PM

lgtm

This revision is now accepted and ready to land.Jan 17 2018, 1:15 PM
This revision was automatically updated to reflect the committed changes.