llvm-zorg
llvm-zorg copied to clipboard
Directory coverage is recently enabled in https://reviews.llvm.org/D158703, and the following file shows up at the top level because cross-project-tests is also built in the coverage build: `cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.cpp` This patch removes...
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.5 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...
Bumps [twisted](https://github.com/twisted/twisted) from 22.4.0 to 22.10.0. Release notes Sourced from twisted's releases. Twisted 22.10.0 (2022-10-30) This release contains a security fix for CVE-2022-39348. This is a low-severity security bug. Twisted...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.8 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
Now that CUDA bots run libc-on-GPU tests, we want to trigger the tests on libc and offload changes, too.
This adds support in Clang builder to run LLVM testsuite without LNT. This will help us enable LLVM WoA testsuite bot and also help us run LLVM testsuite without LNT...
Please see https://github.com/llvm/llvm-project/pull/98851 for the example of commenting a wrong MR. Example of such commit message: ``` Reapply "AMDGPU: Move attributor into optimization pipeline (#83131)" and follow up commit "clang/AMDGPU:...
Here is the example of false negatives (when failure does not seem related to the commit a builder builds) from these 3 builders: * https://github.com/llvm/llvm-project/pull/68846#issuecomment-2186028673, * https://github.com/llvm/llvm-project/pull/68846#issuecomment-2186034080, * https://github.com/llvm/llvm-project/pull/68846#issuecomment-2186035287. For...
Here is the example of such case. The order of these two builds should be the other way around: https://lab.llvm.org/buildbot/#/builders/56/builds/1451 https://lab.llvm.org/buildbot/#/builders/56/builds/1452 Originally reported by @nikic - https://discourse.llvm.org/t/buildbot-started-commenting-prs-on-buid-failures/79738/13