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/CodeGen/MachinePassRegistry.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/CodeGen/MachinePassRegistry.cpp') diff --git a/llvm/lib/CodeGen/MachinePassRegistry.cpp b/llvm/lib/CodeGen/MachinePassRegistry.cpp index 9f4ef128780..58e067bcb9b 100644 --- a/llvm/lib/CodeGen/MachinePassRegistry.cpp +++ b/llvm/lib/CodeGen/MachinePassRegistry.cpp @@ -16,6 +16,7 @@ using namespace llvm; +void MachinePassRegistryListener::anchor() { } /// Add - Adds a function pass to the registration list. /// -- cgit v1.2.3