This is an archive of the discontinued LLVM Phabricator instance.

[Tsan] Fix the mmap_large.cc test to build on FreeBSD
ClosedPublic

Authored by kutuzov.viktor.84 on Mar 23 2015, 7:32 AM.

Diff Detail

Event Timeline

kutuzov.viktor.84 retitled this revision from to [Tsan] Fix the mmap_large.cc test to build on FreeBSD.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added a subscriber: Unknown Object (MLST).
emaste accepted this revision.Mar 23 2015, 8:04 AM
emaste edited edge metadata.

LGTM

I think #if defined(__FreeBSD__) && !defined(MAP_NORESERVE) would also be fine.

This revision is now accepted and ready to land.Mar 23 2015, 8:04 AM
samsonov accepted this revision.Mar 23 2015, 10:07 AM
samsonov edited edge metadata.

LGTM

This revision was automatically updated to reflect the committed changes.