Skip to content

Conversation

@nickdesaulniers
Copy link
Member

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: llvm/llvm-zorg#359 (comment)
Link: #122006
Link: #122497
Link: #123821

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: llvm/llvm-zorg#359 (comment)
Link: llvm#122006
Link: llvm#122497
Link: llvm#123821
@llvmbot
Copy link
Member

llvmbot commented Jan 21, 2025

@llvm/pr-subscribers-libc

Author: Nick Desaulniers (nickdesaulniers)

Changes

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: llvm/llvm-zorg#359 (comment)
Link: #122006
Link: #122497
Link: #123821


Full diff: https://github.com/llvm/llvm-project/pull/123824.diff

2 Files Affected:

  • (modified) libc/docs/CMakeLists.txt (+2-1)
  • (modified) libc/docs/headers/index.rst (+3-1)
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

@nickdesaulniers nickdesaulniers merged commit ddb8607 into llvm:main Jan 22, 2025
14 checks passed
@nickdesaulniers nickdesaulniers deleted the pthread_docs_revert branch January 22, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants