commit | 487a9e4f104e73973d43e3c7cd522df01ec4d7fd | [log] [tgz] |
---|---|---|
author | Alexey Samsonov <vonosmas@fuchsia.infra.roller.gmail.com> | Thu Jan 09 01:10:35 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jan 09 01:12:22 2025 -0800 |
tree | ec3d71773bf404da4f2003e92dc3cae28ad0596f | |
parent | f57609be623ccfc19579bada8e81d22fb7d15c1a [diff] |
[roll] Roll llvm-project/libc [libc] Fix return value of __cxa_thread_atexit_impl function. (#122171) This has been added in 0071a79532e8d664b734956a431d8c8c942cc25e to support TLS destructors. Return value of __cxa_thread_atexit is supposed to be the same as std::atexit - zero on success, non-zero on failure. Update the code to do just that (also be consistent with llvm-libc's existing atexit / at_quick_exit implementations). GitOrigin-RevId: 067ed7e671146dbeee39b2974a4bd1fa1c172bc5 Original-Revision: 21c3a9ad6556ff782c7c4309cd91255bee926ed6 Change-Id: I58d3c4e123e8284d4a145e12d6073107f7469e65
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.