[PATCH] D125544: [lld][ELF] Support linking 'elf32-avr' with linker scripts

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 06:47:48 PDT 2022


benshi001 added inline comments.


================
Comment at: lld/test/ELF/linkerscript/avr5.test:24
+SECTIONS {
+  . = 0;
+  .text : { *(.text*) }
----------------
`AVR` is harward CPU, it is common that program memory and data memory are isolated to two different regions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125544



More information about the llvm-commits mailing list