aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2012-09-19 20:46:12 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2012-09-19 20:46:12 +0000
commitbbf628b6cefc8d817eb9ec04c2a357ad3f27d618 (patch)
tree437492204746bba9f0f6541b72bde24aa99f3ef5 /unittests/Support/CMakeLists.txt
parent7b6f2034ac355bd3b3cc88960bf8d0e694fe3db4 (diff)
downloadexternal_llvm-bbf628b6cefc8d817eb9ec04c2a357ad3f27d618.zip
external_llvm-bbf628b6cefc8d817eb9ec04c2a357ad3f27d618.tar.gz
external_llvm-bbf628b6cefc8d817eb9ec04c2a357ad3f27d618.tar.bz2
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
Diffstat (limited to 'unittests/Support/CMakeLists.txt')
-rw-r--r--unittests/Support/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/Support/CMakeLists.txt b/unittests/Support/CMakeLists.txt
index a137052..e562fbb 100644
--- a/unittests/Support/CMakeLists.txt
+++ b/unittests/Support/CMakeLists.txt
@@ -17,6 +17,7 @@ add_llvm_unittest(SupportTests
LeakDetectorTest.cpp
ManagedStatic.cpp
MathExtrasTest.cpp
+ MemoryTest.cpp
Path.cpp
RegexTest.cpp
SwapByteOrderTest.cpp