Skip to content

Commit ddb8607

Browse files
[libc][docs] disable pthreads docs (llvm#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: llvm/llvm-zorg#359 (comment) Link: llvm#122006 Link: llvm#122497 Link: llvm#123821
1 parent f3c3a9b commit ddb8607

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

libc/docs/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ if (SPHINX_FOUND)
4545
locale
4646
net/if
4747
netinet/in
48-
pthread
48+
# TODO: https://github.com/llvm/llvm-project/issues/123821
49+
# pthread
4950
setjmp
5051
signal
5152
stdbit

libc/docs/headers/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Implementation Status
1717
math/index.rst
1818
net/if
1919
netinet/in
20-
pthread
2120
search
2221
setjmp
2322
signal
@@ -37,3 +36,6 @@ Implementation Status
3736
uchar
3837
wchar
3938
wctype
39+
..
40+
TODO: https://github.com/llvm/llvm-project/issues/123821
41+
pthread

0 commit comments

Comments
 (0)