[all-commits] [llvm/llvm-project] 35a4d8: [libc] Add atexit to baremetal entrypoints (#147290)

William Huynh via All-commits all-commits at lists.llvm.org
Thu Jul 31 04:17:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35a4d8206b2eb7c52b3014dcc8c2d78e9de79dac
      https://github.com/llvm/llvm-project/commit/35a4d8206b2eb7c52b3014dcc8c2d78e9de79dac
  Author: William Huynh <William.Huynh at arm.com>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M libc/config/baremetal/aarch64/entrypoints.txt
    M libc/config/baremetal/arm/entrypoints.txt
    M libc/config/baremetal/riscv/entrypoints.txt

  Log Message:
  -----------
  [libc] Add atexit to baremetal entrypoints (#147290)

Part of #145349. Requires #145358. Required by #146863. Once the mutex
has been implemented, we can register functions to be called for exit
with `atexit`.



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