This is an archive of the discontinued LLVM Phabricator instance.

[GWP-ASan] Add GWP_ASAN_ prefix to macros.
ClosedPublic

Authored by hctim on Nov 25 2019, 10:30 AM.

Details

Summary

When platforms use their own LIKELY() definitions, it can be quite
troublesome to ensure they don't conflict with the GWP-ASan internal
definitions. Just force the GWP_ASAN_ prefix to help this issue.

Diff Detail

Event Timeline

hctim created this revision.Nov 25 2019, 10:30 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 25 2019, 10:30 AM
Herald added subscribers: llvm-commits, Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Nov 25 2019, 11:08 AM
This revision was automatically updated to reflect the committed changes.