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

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 14 07:29:21 PDT 2022


benshi001 marked an inline comment as done.
benshi001 added inline comments.


================
Comment at: lld/test/ELF/linkerscript/avr5.test:2
+# REQUIRES: avr
+
+# RUN: llvm-mc -filetype=obj -triple=avr -mattr=+avr5 %p/Inputs/avr5.s -o %t
----------------
MaskRay wrote:
> Use split-file 
Done. Splited to two .test files.


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

https://reviews.llvm.org/D125544



More information about the llvm-commits mailing list