summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/Target/AVR/AVRTargetMachine.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/lib/Target/AVR/AVRTargetMachine.h')
-rw-r--r--gnu/llvm/lib/Target/AVR/AVRTargetMachine.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/llvm/lib/Target/AVR/AVRTargetMachine.h b/gnu/llvm/lib/Target/AVR/AVRTargetMachine.h
index 795e94e6af0..ffcf4350d45 100644
--- a/gnu/llvm/lib/Target/AVR/AVRTargetMachine.h
+++ b/gnu/llvm/lib/Target/AVR/AVRTargetMachine.h
@@ -29,8 +29,10 @@ namespace llvm {
class AVRTargetMachine : public LLVMTargetMachine {
public:
AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU,
- StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM,
- CodeModel::Model CM, CodeGenOpt::Level OL);
+ StringRef FS, const TargetOptions &Options,
+ Optional<Reloc::Model> RM,
+ Optional<CodeModel::Model> CM,
+ CodeGenOpt::Level OL, bool JIT);
const AVRSubtarget *getSubtargetImpl() const;
const AVRSubtarget *getSubtargetImpl(const Function &) const override;