Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc][docs]re-enable pthread docs #123821

Open
nickdesaulniers opened this issue Jan 21, 2025 · 1 comment
Open

[libc][docs]re-enable pthread docs #123821

nickdesaulniers opened this issue Jan 21, 2025 · 1 comment

Comments

@nickdesaulniers
Copy link
Member

Forked from llvm/llvm-zorg#359 (comment). It seems that 539b15b introduced an issue where docs-libc-html is failing to rebuild. I wasn't able to reproduce locally when setting -DLLVM_ENABLE_RUNTIMES="libc", but I think the bot sets multiple runtimes. Perhaps that is what tickles the issue. For now, I plan to just partially revert 539b15b, and when we have more time we can dig into why this is an issue and how to work around it.

@llvmbot
Copy link
Member

llvmbot commented Jan 21, 2025

@llvm/issue-subscribers-libc

Author: Nick Desaulniers (nickdesaulniers)

Forked from https://github.com/llvm/llvm-zorg/issues/359#issuecomment-2600285688. It seems that https://github.com/llvm/llvm-project/commit/539b15b41a6a01017c0a555e89b7d2b62ba194d2 introduced an issue where `docs-libc-html` is failing to rebuild. I wasn't able to reproduce locally when setting `-DLLVM_ENABLE_RUNTIMES="libc"`, but I think the bot sets multiple runtimes. Perhaps that is what tickles the issue. For now, I plan to just partially revert 539b15b, and when we have more time we can dig into why this is an issue and how to work around it.

nickdesaulniers added a commit to nickdesaulniers/llvm-project that referenced this issue Jan 21, 2025
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
nickdesaulniers added a commit that referenced this issue Jan 22, 2025
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants