diff --git a/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h b/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h index fb6c0348b14..e44217c9063 100644 --- a/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h +++ b/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h @@ -52,6 +52,7 @@ private: SmallVector FreeCodeMem; public: + /// /// Functions below are not used by MCJIT, but must be implemented because /// they are declared as pure virtuals in the base class.