summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorAmara Emerson <amara.emerson@arm.com>2012-10-31 17:35:12 +0000
committerAmara Emerson <amara.emerson@arm.com>2012-10-31 17:35:12 +0000
commit9f74bc9e7718cb10146d0ab42741de0d33123e61 (patch)
tree685617bcd565445a13c7cbc1b72ed2582aa91518 /unittests
parent03b4f065534e16730ac48f8527af734beccf85e2 (diff)
downloadllvm-9f74bc9e7718cb10146d0ab42741de0d33123e61.tar.gz
llvm-9f74bc9e7718cb10146d0ab42741de0d33123e61.tar.bz2
llvm-9f74bc9e7718cb10146d0ab42741de0d33123e61.tar.xz
Commit access test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167144 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests')
-rw-r--r--unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h b/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h
index fb6c0348b1..e44217c906 100644
--- a/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h
+++ b/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h
@@ -52,6 +52,7 @@ private:
SmallVector<sys::MemoryBlock, 16> FreeCodeMem;
public:
+
///
/// Functions below are not used by MCJIT, but must be implemented because
/// they are declared as pure virtuals in the base class.