From caf1c1c724a836cab76a34667413e48528fc07ce Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Tue, 21 Jan 2025 13:28:06 -0800 Subject: [PATCH] [libc][docs] disable pthreads docs 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 --- libc/docs/CMakeLists.txt | 3 ++- libc/docs/headers/index.rst | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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