diff options
| author | Amara Emerson <amara.emerson@arm.com> | 2012-10-31 17:35:12 +0000 |
|---|---|---|
| committer | Amara Emerson <amara.emerson@arm.com> | 2012-10-31 17:35:12 +0000 |
| commit | f270b82181229be844430cdfbca1d95782772b3d (patch) | |
| tree | 0d6ccef7445ddcc575f7b88adf6466db93d26c9d /llvm/unittests/ExecutionEngine/MCJIT | |
| parent | 22bd6d18d1f81fd07b88acfdb84e8ce5a3cb5674 (diff) | |
| download | bcm5719-llvm-f270b82181229be844430cdfbca1d95782772b3d.tar.gz bcm5719-llvm-f270b82181229be844430cdfbca1d95782772b3d.zip | |
Commit access test.
llvm-svn: 167144
Diffstat (limited to 'llvm/unittests/ExecutionEngine/MCJIT')
| -rw-r--r-- | llvm/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h b/llvm/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h index fb6c0348b14..e44217c9063 100644 --- a/llvm/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h +++ b/llvm/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. |

