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

Amilendra Kodithuwakku via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 04:15:47 PST 2022


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

`arc patch D139092` fails with the following error.

   INFO  Base commit is not in local repository; trying to fetch.
  Branch name arcpatch-D139092 already exists; trying a new name.
  Created and checked out branch arcpatch-D139092_1.
  
  
      This diff is against commit 28f0aebff1119d0bbae765b3600751ece4733e12, but
      the commit is nowhere in the working copy. Try to apply it against the
      current working copy state? (e7bd805805e4d8f61faeeee150bbdab1df116452)
      [Y/n] n
  
  Usage Exception: User aborted the workflow.

I think the reason was that I rebased arcpatch-D139092 against main locally
and that caused the parent commit ID to change.
Reverting back to Diff ID 479223 to get back this revision to a consistent state.
Will apply Diff ID 482810 next without rebasing so that (hopefully)
the parent commit will remain consistent.


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/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/aarch64-cmse.s
  lld/test/ELF/arm-cmse-error.s
  lld/test/ELF/arm-cmse-implib.s
  lld/test/ELF/arm-cmse-veneers.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139092.483904.patch
Type: text/x-patch
Size: 42239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221219/1c633496/attachment-0001.bin>


More information about the llvm-commits mailing list