diff options
Diffstat (limited to 'llvm/lib/Target/AVR/AVRTargetMachine.h')
-rw-r--r-- | llvm/lib/Target/AVR/AVRTargetMachine.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/Target/AVR/AVRTargetMachine.h b/llvm/lib/Target/AVR/AVRTargetMachine.h index ffcf4350d45..123ee31fdb9 100644 --- a/llvm/lib/Target/AVR/AVRTargetMachine.h +++ b/llvm/lib/Target/AVR/AVRTargetMachine.h @@ -26,12 +26,11 @@ namespace llvm { /// A generic AVR implementation. -class AVRTargetMachine : public LLVMTargetMachine { +class AVRTargetMachine : public TargetMachine { public: AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, - Optional<Reloc::Model> RM, - Optional<CodeModel::Model> CM, + Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT); const AVRSubtarget *getSubtargetImpl() const; |