[NFC] #include MCSymbol.h to avoid an incomplete type

Note: this header already has a dep on MC headers via MCContext.
This commit is contained in:
Jordan Rupprecht
2022-12-06 14:03:56 -08:00
parent 5951b0bb23
commit 1b1df15538

View File

@@ -34,6 +34,7 @@
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/IR/PassManager.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Pass.h"
#include <memory>
#include <utility>
@@ -45,7 +46,6 @@ class Function;
class LLVMTargetMachine;
class MachineFunction;
class Module;
class MCSymbol;
//===----------------------------------------------------------------------===//
/// This class can be derived from and used by targets to hold private