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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 11 16:38:51 PST 2023


MaskRay added inline comments.


================
Comment at: lld/ELF/SyntheticSections.h:1243
+// The symbol from the import library should have a specified size.
+class ArmCmseFixedAddressSGVeneer final : public ArmCmseSGVeneer {
+public:
----------------
I don't think deriving from `ArmCmseSGVeneer` is useful. We just need `std::optional<uint64_t> entAddr;` to differentiate the two subclasses.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139092



More information about the llvm-commits mailing list