From b5500b9ca0102f1ccaf32f0e77e96d0739aded9b Mon Sep 17 00:00:00 2001 From: pascal Date: Sat, 3 Sep 2016 22:46:54 +0000 Subject: Use the space freed up by sparc and zaurus to import LLVM. ok hackroom@ --- gnu/llvm/lib/Support/MemoryObject.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gnu/llvm/lib/Support/MemoryObject.cpp (limited to 'gnu/llvm/lib/Support/MemoryObject.cpp') diff --git a/gnu/llvm/lib/Support/MemoryObject.cpp b/gnu/llvm/lib/Support/MemoryObject.cpp new file mode 100644 index 00000000000..d796acfa90e --- /dev/null +++ b/gnu/llvm/lib/Support/MemoryObject.cpp @@ -0,0 +1,14 @@ +//===- MemoryObject.cpp - Abstract memory interface -----------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#include "llvm/Support/MemoryObject.h" +using namespace llvm; + +MemoryObject::~MemoryObject() { +} -- cgit v1.2.3-59-g8ed1b