Skip to content

Commit

Permalink
[libc][docs] disable pthreads docs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nickdesaulniers committed Jan 21, 2025
1 parent e2d9e99 commit caf1c1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libc/docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion libc/docs/headers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Implementation Status
math/index.rst
net/if
netinet/in
pthread
search
setjmp
signal
Expand All @@ -37,3 +36,6 @@ Implementation Status
uchar
wchar
wctype
..
TODO: https://github.com/llvm/llvm-project/issues/123821
pthread

0 comments on commit caf1c1c

Please sign in to comment.