[PATCH] D139092: [RFC][LLD][ELF] Cortex-M Security Extensions (CMSE) Support
Amilendra Kodithuwakku via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 02:26:23 PST 2023
amilendra updated this revision to Diff 496057.
amilendra marked an inline comment as done.
amilendra added a comment.
Added
- Better help text
- The workflow step of linking a cmse non-secure app against a cmse import library
- Sanity checking of the cmse import library
Most of the TODO items of the RFC text should be now implemented.
In a subsequent patch I will clean it up, and an example, and move it to lld/docs as a design document.
Sorry for the long delay between patches.
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/InputFiles.h
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/Target.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/Inputs/cmse-entry-creation-macros.s
lld/test/ELF/aarch64-cmse.s
lld/test/ELF/arm-cmse-check-startaddress.s
lld/test/ELF/arm-cmse-check-sym-attrs.s
lld/test/ELF/arm-cmse-implib.s
lld/test/ELF/arm-cmse-invalid-arch.s
lld/test/ELF/arm-cmse-nonsecure.s
lld/test/ELF/arm-cmse-secure.s
lld/test/ELF/arm-cmse-veneers.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139092.496057.patch
Type: text/x-patch
Size: 53472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230209/e09f3ad9/attachment.bin>
More information about the llvm-commits
mailing list