[PATCH] D139092: [RFC][LLD][ELF] Cortex-M Security Extensions (CMSE) Support

Amilendra Kodithuwakku via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 04:25:46 PST 2022


amilendra updated this revision to Diff 482810.
amilendra added a comment.

Address most of the review comments.
Add more error handling.
Diagnose missing .gnu.sgstubs section start address.
Sort the symbols alphabetically for deterministic address assignment.

I'll update the error message/help/description text later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139092

Files:
  lld/ELF/Arch/ARM.cpp
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/InputFiles.cpp
  lld/ELF/LinkerScript.cpp
  lld/ELF/LinkerScript.h
  lld/ELF/Options.td
  lld/ELF/SymbolTable.cpp
  lld/ELF/SymbolTable.h
  lld/ELF/SyntheticSections.cpp
  lld/ELF/SyntheticSections.h
  lld/ELF/Writer.cpp
  lld/test/ELF/Inputs/arm-cmse-implib-1.s
  lld/test/ELF/Inputs/arm-cmse-implib-2.s
  lld/test/ELF/arm-cmse-check-startaddress.s
  lld/test/ELF/arm-cmse-check-sym-attrs.s
  lld/test/ELF/arm-cmse-error.s
  lld/test/ELF/arm-cmse-implib.s
  lld/test/ELF/arm-cmse-invalid-arch.s
  lld/test/ELF/arm-cmse-veneers.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139092.482810.patch
Type: text/x-patch
Size: 59636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221214/a7c031ee/attachment.bin>


More information about the llvm-commits mailing list