mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Remove vestigal bits of MC from the mangler. It no longer uses this, and
having the include could cause weird layering problems between the IR and MC libraries. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5bbbb37ff2
commit
6b71233fb1
@ -20,7 +20,6 @@ namespace llvm {
|
||||
|
||||
class DataLayout;
|
||||
class GlobalValue;
|
||||
class MCContext;
|
||||
template <typename T> class SmallVectorImpl;
|
||||
class Twine;
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include "llvm/IR/DataLayout.h"
|
||||
#include "llvm/IR/DerivedTypes.h"
|
||||
#include "llvm/IR/Function.h"
|
||||
#include "llvm/MC/MCContext.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
using namespace llvm;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user