summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.cpp
blob: 457fe5e3ef06f245f679fd927c3475d7e7be89db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//==-- 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() { }