[all-commits] [llvm/llvm-project] f1ce6a: [libc][arm] implement a basic setjmp/longjmp (#93220)

Nick Desaulniers (paternity leave) via All-commits all-commits at lists.llvm.org
Thu Jun 20 08:17:09 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1ce6a465d09f9527151f2f36c19072d2091cbaa
      https://github.com/llvm/llvm-project/commit/f1ce6a465d09f9527151f2f36c19072d2091cbaa
  Author: Nick Desaulniers (paternity leave) <nickdesaulniers at users.noreply.github.com>
  Date:   2024-06-20 (Thu, 20 Jun 2024)

  Changed paths:
    M libc/config/baremetal/arm/entrypoints.txt
    M libc/config/baremetal/arm/headers.txt
    M libc/config/linux/arm/entrypoints.txt
    M libc/config/linux/arm/headers.txt
    M libc/include/llvm-libc-types/jmp_buf.h
    M libc/include/setjmp.h.def
    A libc/src/setjmp/arm/CMakeLists.txt
    A libc/src/setjmp/arm/longjmp.cpp
    A libc/src/setjmp/arm/setjmp.cpp

  Log Message:
  -----------
  [libc][arm] implement a basic setjmp/longjmp (#93220)


Note: our baremetal arm configuration compiles this as
`--target=arm-none-eabi`, so this code is built in -marm mode. It could be
smaller with `--target=armv7-none-eabi -mthumb`. The assembler is valid ARMv5,
or THUMB2, but not THUMB(1).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list