Whole series Reviewed-By: George Kyriazis <george.kyria...@intel.com<mailto:george.kyria...@intel.com>>
Thanks! On May 16, 2018, at 11:14 AM, Alok Hota <alok.h...@intel.com<mailto:alok.h...@intel.com>> wrote: --- src/gallium/drivers/swr/rasterizer/jitter/JitManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/swr/rasterizer/jitter/JitManager.h b/src/gallium/drivers/swr/rasterizer/jitter/JitManager.h index 54a25d8..152776a 100644 --- a/src/gallium/drivers/swr/rasterizer/jitter/JitManager.h +++ b/src/gallium/drivers/swr/rasterizer/jitter/JitManager.h @@ -108,12 +108,12 @@ public: } /// notifyObjectCompiled - Provides a pointer to compiled code for Module M. - virtual void notifyObjectCompiled(const llvm::Module *M, llvm::MemoryBufferRef Obj); + void notifyObjectCompiled(const llvm::Module *M, llvm::MemoryBufferRef Obj) override; /// Returns a pointer to a newly allocated MemoryBuffer that contains the /// object which corresponds with Module M, or 0 if an object is not /// available. - virtual std::unique_ptr<llvm::MemoryBuffer> getObject(const llvm::Module* M); + std::unique_ptr<llvm::MemoryBuffer> getObject(const llvm::Module* M) override; private: std::string mCpu; -- 2.7.4 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org<mailto:mesa-dev@lists.freedesktop.org> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev