summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/Support/MemoryObject.cpp
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2017-01-24 08:39:00 +0000
committerpatrick <patrick@openbsd.org>2017-01-24 08:39:00 +0000
commit78b306486612785150cf0fa168c56d015802182a (patch)
treefb9db7510c6eba1d7eeacca99246eb577635ee28 /gnu/llvm/lib/Support/MemoryObject.cpp
parentImport LLVM 4.0.0 rc1 including clang and lld to help the current (diff)
downloadwireguard-openbsd-78b306486612785150cf0fa168c56d015802182a.tar.xz
wireguard-openbsd-78b306486612785150cf0fa168c56d015802182a.zip
Merge LLVM 4.0.0 rc1
Diffstat (limited to 'gnu/llvm/lib/Support/MemoryObject.cpp')
-rw-r--r--gnu/llvm/lib/Support/MemoryObject.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/llvm/lib/Support/MemoryObject.cpp b/gnu/llvm/lib/Support/MemoryObject.cpp
deleted file mode 100644
index d796acfa90e..00000000000
--- a/gnu/llvm/lib/Support/MemoryObject.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-//===- 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() {
-}