Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/test/tsan/
-
trunk/
-
test/
-
tsan/
-
mmap_large.cc
Hide Panel
f
Keyboard Reference
?
Differential
D8545
[Tsan] Fix the mmap_large.cc test to build on FreeBSD
Closed
Public
Authored by
kutuzov.viktor.84
on Mar 23 2015, 7:32 AM.
Download Raw Diff
Details
Reviewers
kcc
emaste
dvyukov
samsonov
Commits
rCRT233001: [Tsan] Fix the mmap_large.cc test to build on FreeBSD
rL233001: [Tsan] Fix the mmap_large.cc test to build on FreeBSD
Diff Detail
Repository
rL LLVM
Event Timeline
kutuzov.viktor.84
updated this revision to
Diff 22466
.
Mar 23 2015, 7:32 AM
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 reviewers:
kcc
,
samsonov
,
dvyukov
,
emaste
.
kutuzov.viktor.84
added a subscriber:
Unknown Object (MLST)
.
emaste
accepted this revision.
Mar 23 2015, 8:04 AM
emaste
edited edge metadata.
Comment Actions
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.
Comment Actions
LGTM
Closed by commit
rL233001: [Tsan] Fix the mmap_large.cc test to build on FreeBSD
(authored by vkutuzov).
·
Explain Why
Mar 23 2015, 12:43 PM
This revision was automatically updated to reflect the committed changes.