Petr Hosek 2d26a7b74e
[libc] Provide empty weak definition for __cxa_thread_finalize (#174373)
This avoids the GOT slot being generated which is undesirable when using
static linking. A better solution would be to reorganize the code to
avoid the use of weak symbols altogether.

Fixes #173409
2026-01-06 11:31:48 -08:00
..
2026-01-06 10:53:17 -08:00

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.