this doesn't need to suck in Mangler.
authorChris Lattner <sabre@nondot.org>
Sat, 16 Jan 2010 21:35:09 +0000 (21:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 16 Jan 2010 21:35:09 +0000 (21:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93662 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/LinkAllVMCore.h

index 2145bf88c37319a766a2d7fa29e0d1122d856adf..5c2573732583e2c1a0066203e79b2668117f4fdc 100644 (file)
@@ -32,7 +32,6 @@
 #include "llvm/System/Signals.h"
 #include "llvm/System/TimeValue.h"
 #include "llvm/Support/Dwarf.h"
-#include "llvm/Support/Mangler.h"
 #include "llvm/Support/MathExtras.h"
 #include "llvm/Support/SlowOperationInformer.h"
 #include <cstdlib>
@@ -49,7 +48,6 @@ namespace {
       llvm::Module* M = new llvm::Module("", llvm::getGlobalContext());
       (void)new llvm::UnreachableInst(llvm::getGlobalContext());
       (void)    llvm::createVerifierPass(); 
-      (void) new llvm::Mangler(*M,"");
     }
   } ForceVMCoreLinking;
 }