This is an archive of the discontinued LLVM Phabricator instance.

[Headers] Fix compatibility between arm_acle.h and intrin.h
ClosedPublic

Authored by efriedma on Oct 15 2019, 4:14 PM.

Details

Summary

Make sure they don't both define __nop. We use a similar pattern for other functions in arm_acle.h.

Diff Detail

Event Timeline

efriedma created this revision.Oct 15 2019, 4:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 15 2019, 4:14 PM
chill accepted this revision.Oct 21 2019, 12:30 AM
This revision is now accepted and ready to land.Oct 21 2019, 12:30 AM
rnk accepted this revision.Oct 21 2019, 3:42 PM

lgtm

This revision was automatically updated to reflect the committed changes.