This is an archive of the discontinued LLVM Phabricator instance.

Disable RWX mapping tests in unittests/Support/MemoryTest
AbandonedPublic

Authored by krytarowski on Jul 23 2017, 8:54 AM.

Details

Reviewers
joerg
rnk
Summary

RWX mapping is not allowed on all operating
systems (W^X restrictions).

This fixes all unexpected failures on NetBSD 8.0(beta).

RWX allocations require different interface,
AllocateRWX.

Sponsored by <The NetBSD Foundation>

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Jul 23 2017, 8:54 AM
krytarowski abandoned this revision.Aug 4 2017, 5:33 AM
krytarowski added a subscriber: lhames.

CC: @lhames

Closing this. This interface should be refactored.