OSDN Git Service

This patch adds memory support functions which will later be used to implement sectio...
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 19 Sep 2012 20:46:12 +0000 (20:46 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 19 Sep 2012 20:46:12 +0000 (20:46 +0000)
commitbbf628b6cefc8d817eb9ec04c2a357ad3f27d618
tree437492204746bba9f0f6541b72bde24aa99f3ef5
parent7b6f2034ac355bd3b3cc88960bf8d0e694fe3db4
This patch adds memory support functions which will later be used to implement section-specific protection handling in MCJIT.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164249 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Memory.h
lib/Support/Memory.cpp
lib/Support/Unix/Memory.inc
lib/Support/Windows/Memory.inc
unittests/Support/CMakeLists.txt
unittests/Support/MemoryTest.cpp [new file with mode: 0644]