From a379b181733b7ce77c9f336fd99e208d7c2a6f21 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 20 Dec 2011 02:50:00 +0000 Subject: Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 146960 --- llvm/lib/Target/TargetJITInfo.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 llvm/lib/Target/TargetJITInfo.cpp (limited to 'llvm/lib/Target/TargetJITInfo.cpp') diff --git a/llvm/lib/Target/TargetJITInfo.cpp b/llvm/lib/Target/TargetJITInfo.cpp new file mode 100644 index 00000000000..aafedf8749b --- /dev/null +++ b/llvm/lib/Target/TargetJITInfo.cpp @@ -0,0 +1,14 @@ +//===- Target/TargetJITInfo.h - Target Information for JIT ------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#include "llvm/Target/TargetJITInfo.h" + +using namespace llvm; + +void TargetJITInfo::anchor() { } -- cgit v1.2.3