[all-commits] [llvm/llvm-project] c980cc: [libc] Remove _Exit proxy func header and use LIBC...
Job Henandez Lara via All-commits
all-commits at lists.llvm.org
Thu Nov 7 09:10:44 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c980cc086989a5910c4e6321063e805f767a3b90
https://github.com/llvm/llvm-project/commit/c980cc086989a5910c4e6321063e805f767a3b90
Author: Job Henandez Lara <jobhdezlara93 at gmail.com>
Date: 2024-11-07 (Thu, 07 Nov 2024)
Changed paths:
M libc/hdr/func/CMakeLists.txt
R libc/hdr/func/_Exit.h
M libc/test/src/stdlib/CMakeLists.txt
M libc/test/src/stdlib/at_quick_exit_test.cpp
M libc/test/src/stdlib/atexit_test.cpp
Log Message:
-----------
[libc] Remove _Exit proxy func header and use LIBC_NAMESPACE::_Exit in tests (#114904)
This improves/fixes this pr
https://github.com/llvm/llvm-project/pull/114718. In this PR we removed
the _Exit proxy func because it was not needed. Instead we used
`LIBC_NAMESPACE::_Exit`
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