This is an archive of the discontinued LLVM Phabricator instance.

On Darwin switch from the `VM_MEMORY_ANALYSIS_TOOL` VM tag to `VM_MEMORY_SANITIZER`
ClosedPublic

Authored by delcypher on Jul 20 2018, 8:40 AM.

Details

Summary

On Darwin switch from the VM_MEMORY_ANALYSIS_TOOL VM tag to
VM_MEMORY_SANITIZER.

It turns out that VM_MEMORY_ANALYSIS_TOOL is already reserved for
use by other tools so switch to a tag reserved for use by the Sanitizers.

rdar://problem/41969783

Diff Detail

Event Timeline

delcypher created this revision.Jul 20 2018, 8:40 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptJul 20 2018, 8:40 AM
kubamracek accepted this revision.Jul 20 2018, 8:42 AM

Looks good, thanks!

lib/sanitizer_common/sanitizer_mac.cc
108

Drop the spaces at the beginning of the line to be consistent with the rest of the file.

This revision is now accepted and ready to land.Jul 20 2018, 8:42 AM

Update spacing as requested.

delcypher marked an inline comment as done.Jul 20 2018, 10:09 AM
This revision was automatically updated to reflect the committed changes.