[PATCH] D141176: [AVR] Support .reloc directive

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 7 07:21:54 PST 2023


benshi001 added inline comments.


================
Comment at: llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp:256
+  if (Fixup.getKind() >= FirstLiteralRelocationKind)
+    return;
   // The size of the fixup in bits.
----------------
In other targets, I see the piece of code is put in `::applyFixup` and right before calling `::adjustFixupValue`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141176/new/

https://reviews.llvm.org/D141176



More information about the llvm-commits mailing list