[all-commits] [llvm/llvm-project] 5bb4cf: [libc] implement sigsetjmp/siglongjmp for x86-64 (...

Schrodinger ZHU Yifan via All-commits all-commits at lists.llvm.org
Wed Apr 23 11:20:08 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5bb4cf9d9189c41de50adffd960eb2188140eb9c
      https://github.com/llvm/llvm-project/commit/5bb4cf9d9189c41de50adffd960eb2188140eb9c
  Author: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
  Date:   2025-04-23 (Wed, 23 Apr 2025)

  Changed paths:
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/hdr/CMakeLists.txt
    A libc/hdr/offsetof_macros.h
    M libc/include/llvm-libc-types/CMakeLists.txt
    M libc/include/llvm-libc-types/jmp_buf.h
    M libc/include/setjmp.yaml
    M libc/src/setjmp/CMakeLists.txt
    A libc/src/setjmp/linux/CMakeLists.txt
    A libc/src/setjmp/linux/sigsetjmp_epilogue.cpp
    M libc/src/setjmp/setjmp_impl.h
    A libc/src/setjmp/siglongjmp.cpp
    A libc/src/setjmp/siglongjmp.h
    A libc/src/setjmp/sigsetjmp.h
    A libc/src/setjmp/sigsetjmp_epilogue.h
    M libc/src/setjmp/x86_64/CMakeLists.txt
    M libc/src/setjmp/x86_64/setjmp.cpp
    A libc/src/setjmp/x86_64/sigsetjmp.cpp
    M libc/test/src/setjmp/CMakeLists.txt
    A libc/test/src/setjmp/sigsetjmp_test.cpp

  Log Message:
  -----------
  [libc] implement sigsetjmp/siglongjmp for x86-64 (#136072)



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