[llvm] r222861 - [MCJIT] Remove JITEventListener's anchor until I can determine the right place

David Blaikie dblaikie at gmail.com
Wed Nov 26 16:58:38 PST 2014


On Wed, Nov 26, 2014 at 4:15 PM, Lang Hames <lhames at gmail.com> wrote:

> Author: lhames
> Date: Wed Nov 26 18:15:28 2014
> New Revision: 222861
>
> URL: http://llvm.org/viewvc/llvm-project?rev=222861&view=rev
> Log:
> [MCJIT] Remove JITEventListener's anchor until I can determine the right
> place
> to put it. This should unbreak the Mips bots.
>

What was the problem with where it was?


>
>
> Modified:
>     llvm/trunk/include/llvm/ExecutionEngine/JITEventListener.h
>     llvm/trunk/lib/ExecutionEngine/ExecutionEngine.cpp
>
> Modified: llvm/trunk/include/llvm/ExecutionEngine/JITEventListener.h
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/JITEventListener.h?rev=222861&r1=222860&r2=222861&view=diff
>
> ==============================================================================
> --- llvm/trunk/include/llvm/ExecutionEngine/JITEventListener.h (original)
> +++ llvm/trunk/include/llvm/ExecutionEngine/JITEventListener.h Wed Nov 26
> 18:15:28 2014
> @@ -113,8 +113,6 @@ public:
>      return nullptr;
>    }
>  #endif // USE_OPROFILE
> -private:
> -  virtual void anchor();
>  };
>
>  } // end namespace llvm.
>
> Modified: llvm/trunk/lib/ExecutionEngine/ExecutionEngine.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ExecutionEngine/ExecutionEngine.cpp?rev=222861&r1=222860&r2=222861&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/ExecutionEngine/ExecutionEngine.cpp (original)
> +++ llvm/trunk/lib/ExecutionEngine/ExecutionEngine.cpp Wed Nov 26 18:15:28
> 2014
> @@ -48,9 +48,6 @@ ExecutionEngine *(*ExecutionEngine::MCJI
>  ExecutionEngine *(*ExecutionEngine::InterpCtor)(std::unique_ptr<Module> M,
>                                                  std::string *ErrorStr)
> =nullptr;
>
> -// Anchor for the JITEventListener class.
> -void JITEventListener::anchor() {}
> -
>  ExecutionEngine::ExecutionEngine(std::unique_ptr<Module> M)
>    : EEState(*this),
>      LazyFunctionCreator(nullptr) {
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141126/9df82a9a/attachment.html>


More information about the llvm-commits mailing list