From 70aa33ee37fede7fb84de02daa38557ffd366458 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 21 Jun 2006 16:53:47 +0000 Subject: Add some out-of-line virtual dtors so that the class has a "home", preventing vtables for (e.g.) Instruction from being emitted into every .o file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28898 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Statistic.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/Support/Statistic.cpp') diff --git a/lib/Support/Statistic.cpp b/lib/Support/Statistic.cpp index f94f246bae..d771f4dcfd 100644 --- a/lib/Support/Statistic.cpp +++ b/lib/Support/Statistic.cpp @@ -61,6 +61,10 @@ struct StatRecord { static std::vector *AccumStats = 0; +// Out of line virtual dtor, to give the vtable etc a home. +StatisticBase::~StatisticBase() { +} + // Print information when destroyed, iff command line option is specified void StatisticBase::destroy() const { if (Enabled && hasSomeData()) { -- cgit v1.2.3-70-g09d2