[all-commits] [llvm/llvm-project] 3d7af0: [libc] Add proxy header for the jmp_buf type (#107...
wldfngrs via All-commits
all-commits at lists.llvm.org
Sun Sep 8 17:55:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d7af093f3d7b5c025e727277b9cc2b899c2d84e
https://github.com/llvm/llvm-project/commit/3d7af093f3d7b5c025e727277b9cc2b899c2d84e
Author: wldfngrs <wldfngrs at gmail.com>
Date: 2024-09-08 (Sun, 08 Sep 2024)
Changed paths:
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/jmp_buf.h
M libc/hdr/types/stack_t.h
M libc/src/setjmp/aarch64/CMakeLists.txt
M libc/src/setjmp/aarch64/longjmp.cpp
M libc/src/setjmp/aarch64/setjmp.cpp
M libc/src/setjmp/arm/CMakeLists.txt
M libc/src/setjmp/arm/longjmp.cpp
M libc/src/setjmp/arm/setjmp.cpp
M libc/src/setjmp/longjmp.h
M libc/src/setjmp/riscv/CMakeLists.txt
M libc/src/setjmp/riscv/longjmp.cpp
M libc/src/setjmp/riscv/setjmp.cpp
M libc/src/setjmp/setjmp_impl.h
M libc/src/setjmp/x86_64/CMakeLists.txt
M libc/src/setjmp/x86_64/longjmp.cpp
M libc/src/setjmp/x86_64/setjmp.cpp
M libc/test/src/setjmp/CMakeLists.txt
Log Message:
-----------
[libc] Add proxy header for the jmp_buf type (#107712)
Added proxy header for the jmp_buf type and changed all use instances
from __jmp_buf * to the typedef alias jmp_buf , fixed the link to LLVM
in stack_t.h description
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