This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][hwasan]: undefine new/delete operators with alignment on Android.
ClosedPublic

Authored by yabinc on Jun 15 2021, 11:22 AM.

Details

Summary

This is to fix build on Android. And we don't want to intercept more new/delete operators on Android.

Diff Detail

Event Timeline

yabinc created this revision.Jun 15 2021, 11:22 AM
yabinc requested review of this revision.Jun 15 2021, 11:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 15 2021, 11:22 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
yabinc updated this revision to Diff 352200.Jun 15 2021, 11:34 AM

Remove unrelated space change.

pcc accepted this revision.Jun 16 2021, 10:42 AM

LGTM

This revision is now accepted and ready to land.Jun 16 2021, 10:42 AM