[all-commits] [llvm/llvm-project] a685dd: Revert "[LLD][ELF] Cortex-M Security Extensions (C...

amilendra via All-commits all-commits at lists.llvm.org
Wed Jun 21 08:14:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a685ddf1d104b3ce9d53cf420521f5aaff429630
      https://github.com/llvm/llvm-project/commit/a685ddf1d104b3ce9d53cf420521f5aaff429630
  Author: Amilendra Kodithuwakku <Amilendra.Kodithuwakku at arm.com>
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
    M lld/ELF/Arch/ARM.cpp
    M lld/ELF/Config.h
    M lld/ELF/Driver.cpp
    M lld/ELF/InputFiles.cpp
    M lld/ELF/InputFiles.h
    M lld/ELF/LinkerScript.cpp
    M lld/ELF/LinkerScript.h
    M lld/ELF/MarkLive.cpp
    M lld/ELF/Options.td
    M lld/ELF/SymbolTable.h
    M lld/ELF/SyntheticSections.cpp
    M lld/ELF/SyntheticSections.h
    M lld/ELF/Target.h
    M lld/ELF/Writer.cpp
    R lld/test/ELF/Inputs/arm-cmse-macros.s
    R lld/test/ELF/aarch64-cmse.s
    R lld/test/ELF/arm-cmse-diagnostics.s
    R lld/test/ELF/arm-cmse-implib.s
    R lld/test/ELF/arm-cmse-keep-sections.s
    R lld/test/ELF/arm-cmse-noveneers.s
    R lld/test/ELF/arm-cmse-secure.s
    R lld/test/ELF/arm-cmse-veneers.s

  Log Message:
  -----------
  Revert "[LLD][ELF] Cortex-M Security Extensions (CMSE) Support"

This reverts commit c4fea3905617af89d1ad87319893e250f5b72dd6.

I am reverting this for now until I figure out how to fix
the build bot errors and warnings.

Errors:
llvm-project/lld/ELF/Arch/ARM.cpp:1300:29: error: expected primary-expression before ‘>’ token
 osec->writeHeaderTo<ELFT>(++sHdrs);

Warnings:
llvm-project/lld/ELF/Arch/ARM.cpp:1306:31: warning: left operand of comma operator has no effect [-Wunused-value]




More information about the All-commits mailing list