You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
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
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.The text was updated successfully, but these errors were encountered: