mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
this doesn't need to suck in Mangler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93662 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -32,7 +32,6 @@
|
|||||||
#include "llvm/System/Signals.h"
|
#include "llvm/System/Signals.h"
|
||||||
#include "llvm/System/TimeValue.h"
|
#include "llvm/System/TimeValue.h"
|
||||||
#include "llvm/Support/Dwarf.h"
|
#include "llvm/Support/Dwarf.h"
|
||||||
#include "llvm/Support/Mangler.h"
|
|
||||||
#include "llvm/Support/MathExtras.h"
|
#include "llvm/Support/MathExtras.h"
|
||||||
#include "llvm/Support/SlowOperationInformer.h"
|
#include "llvm/Support/SlowOperationInformer.h"
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
@@ -49,7 +48,6 @@ namespace {
|
|||||||
llvm::Module* M = new llvm::Module("", llvm::getGlobalContext());
|
llvm::Module* M = new llvm::Module("", llvm::getGlobalContext());
|
||||||
(void)new llvm::UnreachableInst(llvm::getGlobalContext());
|
(void)new llvm::UnreachableInst(llvm::getGlobalContext());
|
||||||
(void) llvm::createVerifierPass();
|
(void) llvm::createVerifierPass();
|
||||||
(void) new llvm::Mangler(*M,"");
|
|
||||||
}
|
}
|
||||||
} ForceVMCoreLinking;
|
} ForceVMCoreLinking;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user