This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Handle predefined M_MEMTAG_TUNING_* constants (NFC).
ClosedPublic

Authored by eugenis on Jun 22 2021, 4:43 PM.

Details

Summary

Bionic <malloc.h> may provide the definitins of M_MEMTAG_TUNING_* constants.
Do not redefine them in that case.

Diff Detail

Event Timeline

eugenis created this revision.Jun 22 2021, 4:43 PM
eugenis requested review of this revision.Jun 22 2021, 4:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2021, 4:43 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
eugenis updated this revision to Diff 353822.Jun 22 2021, 4:44 PM

another typo

hctim accepted this revision.Jun 22 2021, 4:55 PM
This revision is now accepted and ready to land.Jun 22 2021, 4:55 PM
pcc accepted this revision.Jun 22 2021, 5:23 PM

LGTM