From 647d6d7d3b6bfc8d99b8425cff50f979dbbd2ab6 Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Thu, 1 Nov 2012 00:46:04 +0000 Subject: Streamlined memory manager hierarchy for MCJIT and RuntimeDyld. Patch by Ashok Thirumurthi git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167192 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ExecutionEngine/MCJIT/MCJITMemoryManager.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 lib/ExecutionEngine/MCJIT/MCJITMemoryManager.cpp (limited to 'lib/ExecutionEngine/MCJIT/MCJITMemoryManager.cpp') diff --git a/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.cpp b/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.cpp deleted file mode 100644 index 457fe5e3ef..0000000000 --- a/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.cpp +++ /dev/null @@ -1,14 +0,0 @@ -//==-- MCJITMemoryManager.cpp - Definition for the Memory Manager -*-C++ -*-==// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "MCJITMemoryManager.h" - -using namespace llvm; - -void MCJITMemoryManager::anchor() { } -- cgit v1.2.3