[PATCH] D138550: [ELF] Merge .riscv.attributes

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 01:45:29 PST 2022


MaskRay updated this revision to Diff 481198.
MaskRay retitled this revision from "[ELF] Combine .riscv.attributes" to "[ELF] Merge .riscv.attributes".
MaskRay added a comment.

Rename `combine` to `Merge`: I think "merge" implies a size shrinking intention and is used by Arm/RISC-V ABIs.
Add more tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138550

Files:
  lld/ELF/Arch/RISCV.cpp
  lld/ELF/Driver.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/SyntheticSections.cpp
  lld/ELF/SyntheticSections.h
  lld/ELF/Target.h
  lld/test/ELF/lto/riscv-attributes.ll
  lld/test/ELF/riscv-attributes-place.s
  lld/test/ELF/riscv-attributes.s
  llvm/include/llvm/Support/RISCVISAInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138550.481198.patch
Type: text/x-patch
Size: 21294 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221208/d348b665/attachment.bin>


More information about the llvm-commits mailing list