[PATCH] D87631: [AVR] Fix global references to function symbols

Alex Mikhalev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 13:34:10 PDT 2020


amikhalev created this revision.
Herald added subscribers: llvm-commits, Jim, JDevlieghere, hiraditya, dylanmckay.
Herald added a project: LLVM.
amikhalev requested review of this revision.

References to functions are in program memory and need a `pm()` fixup. This should fix trait objects for Rust on AVR.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87631

Files:
  llvm/include/llvm/MC/MCExpr.h
  llvm/lib/Target/AVR/AVRAsmPrinter.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp
  llvm/lib/Target/AVR/MCTargetDesc/AVRMCExpr.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87631.291666.patch
Type: text/x-patch
Size: 4442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200914/27330001/attachment.bin>


More information about the llvm-commits mailing list