[libc-commits] [libc] ddb8607 - [libc][docs] disable pthreads docs (#123824)
via libc-commits
libc-commits at lists.llvm.org
Wed Jan 22 09:33:57 PST 2025
Author: Nick Desaulniers
Date: 2025-01-22T09:33:53-08:00
New Revision: ddb8607fe8b0b74a6d89c79d4fcc158673ac765a
URL: https://github.com/llvm/llvm-project/commit/ddb8607fe8b0b74a6d89c79d4fcc158673ac765a
DIFF: https://github.com/llvm/llvm-project/commit/ddb8607fe8b0b74a6d89c79d4fcc158673ac765a.diff
LOG: [libc][docs] disable pthreads docs (#123824)
Having a target named pthreads is breaking when multiple runtimes are enabled.
Disable this target for now so that the builds go back to green (and sites get
updated).
Link: https://github.com/llvm/llvm-zorg/issues/359#issuecomment-2600285688
Link: #122006
Link: #122497
Link: #123821
Added:
Modified:
libc/docs/CMakeLists.txt
libc/docs/headers/index.rst
Removed:
################################################################################
diff --git a/libc/docs/CMakeLists.txt b/libc/docs/CMakeLists.txt
index f88d7c27f9f6b3..04eaa7f1b8a5dc 100644
--- a/libc/docs/CMakeLists.txt
+++ b/libc/docs/CMakeLists.txt
@@ -45,7 +45,8 @@ if (SPHINX_FOUND)
locale
net/if
netinet/in
- pthread
+ # TODO: https://github.com/llvm/llvm-project/issues/123821
+ # pthread
setjmp
signal
stdbit
diff --git a/libc/docs/headers/index.rst b/libc/docs/headers/index.rst
index 858b2142defa92..4a66d68ed902d8 100644
--- a/libc/docs/headers/index.rst
+++ b/libc/docs/headers/index.rst
@@ -17,7 +17,6 @@ Implementation Status
math/index.rst
net/if
netinet/in
- pthread
search
setjmp
signal
@@ -37,3 +36,6 @@ Implementation Status
uchar
wchar
wctype
+..
+ TODO: https://github.com/llvm/llvm-project/issues/123821
+ pthread
More information about the libc-commits
mailing list