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/IntrusiveRefCntPtr.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gnu/llvm/lib/Support/IntrusiveRefCntPtr.cpp (limited to 'gnu/llvm/lib/Support/IntrusiveRefCntPtr.cpp') diff --git a/gnu/llvm/lib/Support/IntrusiveRefCntPtr.cpp b/gnu/llvm/lib/Support/IntrusiveRefCntPtr.cpp new file mode 100644 index 00000000000..a8b45593ae7 --- /dev/null +++ b/gnu/llvm/lib/Support/IntrusiveRefCntPtr.cpp @@ -0,0 +1,14 @@ +//== IntrusiveRefCntPtr.cpp - Smart Refcounting Pointer ----------*- C++ -*-==// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#include "llvm/ADT/IntrusiveRefCntPtr.h" + +using namespace llvm; + +void RefCountedBaseVPTR::anchor() { } -- cgit v1.2.3-59-g8ed1b