diff options
| author | Dylan McKay <me@dylanmckay.io> | 2017-10-18 12:35:15 +0000 |
|---|---|---|
| committer | Dylan McKay <me@dylanmckay.io> | 2017-10-18 12:35:15 +0000 |
| commit | bebde41ec5b6321c84415ae5a8d1f1e770f61516 (patch) | |
| tree | d2277fd1cadf45b5d93156a7e60c0f4b3091b848 /llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h | |
| parent | 4ff3b5ab10311b76fda45e4855aaa09bfa08e243 (diff) | |
| download | bcm5719-llvm-bebde41ec5b6321c84415ae5a8d1f1e770f61516.tar.gz bcm5719-llvm-bebde41ec5b6321c84415ae5a8d1f1e770f61516.zip | |
[AVR] Update to current LLVM API
r315410 broke a number of things in the AVR backend, which are now
fixed.
llvm-svn: 316076
Diffstat (limited to 'llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h')
| -rw-r--r-- | llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h b/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h index 4a75e3b0d22..af615df033a 100644 --- a/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h +++ b/llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h @@ -38,7 +38,7 @@ public: void adjustFixupValue(const MCFixup &Fixup, const MCValue &Target, uint64_t &Value, MCContext *Ctx = nullptr) const; - MCObjectWriter *createObjectWriter(raw_pwrite_stream &OS) const override; + std::unique_ptr<MCObjectWriter> createObjectWriter(raw_pwrite_stream &OS) const override; void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, const MCValue &Target, MutableArrayRef<char> Data, |

