search for: blocker

Displaying 20 results from an estimated 1057 matches for "blocker".

Did you mean: blocked
2017 Aug 21
2
[5.0.0 Release] Please help fix the remaining blockers (2 days left!)
Hello everyone, According to the release schedule, we're supposed to be tagging 'final' on Wednesday. Unfortunately, I suspect we will be a little late. There are currently 32 open release blockers: https://bugs.llvm.org/buglist.cgi?f1=blocked&o1=equals&v1=33849&query_format=advanced&resolution=--- Some of those have traction, but many don't. Some just need bisection, checking if the issue still reproduces, etc. Please help take a look at the bugs in that list. It would...
2010 Mar 30
4
[LLVMdev] Need help fixing 2.7 release blockers
...eed people to help fix regressions and to participate in testing the release. Without this support, I see no reason that the release team should spend their time qualifying a release. We need to get all regressions fixed before 2.7 can continue onto pre-release2. Please take a look at all release blockers: http://llvm.org/bugs/show_bug.cgi?id=6586 If you can help fix any of these bugs, we would really appreciate it. I'd advise using the release branch directly instead of the tarballs since several fixes have gone in. There are 2 patches I have left to merge once I resolve the conflicts. Thank...
2017 Jul 19
3
[5.0.0 Release] The release branch is open; trunk is now 6.0.0
Dear everyone, The release branch was recently created from trunk at r308441 and the trunk version was subsequently incremented to 6.0.0. Release blockers are tracked by https://bugs.llvm.org/show_bug.cgi?id=33849 Please mark any bugs, old or new, that you think need to be fixed before the release as blocking that. Please help out with the release by notifying me of any bugs, commits, or other issues you think might be relevant; ideally by marking...
2010 Mar 30
0
[LLVMdev] Need help fixing 2.7 release blockers
On Tuesday 30 March 2010 16:09:03 Tanya Lattner wrote: > Please take a look at all release blockers: > http://llvm.org/bugs/show_bug.cgi?id=6586 5893 is not release-critical according to Doug. 6640 appears to be a test system problem with a patch available (one of the ones you're working on?) Which bugs do you have patches for? I don't want to start looking at something if it...
2015 Feb 03
14
[LLVMdev] [RFC] Progress report on CMake build system's ability to replace autoconf
...mportance of each one: * Bug 12157 - llvmconfig.cmake.in make cmake installations not relocatable - There are patches on the bug that we should review, test, and land * Bug 14109 - CMake build for compiler-rt should use just-built clang - Still waiting for patches, I don't think this is a blocker * Bug 15493 - No option to build shared libLLVM-version.so in CMake - Patches out for review http://reviews.llvm.org/D6157 * Bug 18496 - [cmake] .S assembly files not compiled by cmake in libclang_rt.ARCH - Unclear if this is still a problem * Bug 18722 - Option to use CMake with libc++ to c...
2013 Dec 13
4
Xen 4.4 development update: Is PVH a blocker?
...quot;x86: allow guest to set/clear * qemu-traditional mis-parses host bus 8 as 0 - Invalid: parses "08" as octal, as qemu-xen does. - Just needs documenting (see below) == Open == * xl support for vnc and vnclisten options with PV guests > http://bugs.xenproject.org/xen/bug/25 Blocker? * libxl / xl does not handle failure of remote qemu gracefully > Easiest way to reproduce: > - set "vncunused=0" and do a local migrate > - The "remote" qemu will fail because the vnc port is in use > The failure isn''t the problem, but everything...
2010 Apr 05
0
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...was all Out of memory). Now in 2.7 the JIT crashes when running out of memory. While that is a bug, I'm not sure if its part of the release criteria. I tried to make some changes in MallocSlabAllocator to not crash, but then FoldingSet crashed on OOM. P.S.: looking at the current 2.7 release blockers I only see PR6696 as relevant, the others are warnings, experimental code, and a fortran failure. Is that the case, or are the others release blockers too? Best regards, --Edwin
2019 Jul 18
7
[9.0.0 Release] The release branch is open; trunk is now 10.0.0
Hello everyone, The release branch for LLVM 9 and its sub-projects was just created from trunk at r366426, and the trunk version was subsequently bumped to 10.0.0. Release blockers are tracked by https://llvm.org/PR42474 Please mark any bugs, old or new, that need to be fixed before the release as blocking that. To get a change committed to the branch, first commit it to trunk as usual, and then request it to be merged --- ideally by filing a blocker bug on https://llvm.org...
2020 Sep 28
4
[11.0.0 Release] Release Candidate 4 is here
...vmorg-11.0.0-rc4 tag was just created. Source code and docs are available at https://prereleases.llvm.org/11.0.0/#rc4 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc4 Pre-built binaries will be added as they become ready. Please file bug reports for any issues you find as blockers of https://llvm.org/pr46725 Release testers: if you still have cycles, please run the test script, share your results, and upload binaries. And thank you very much for your help so far. This is very similar to rc3, but picks up a few more fixes. Again, there are currently no open release blocker...
2018 Jan 11
3
Release 3.12.5: Scheduled for the 12th of January
Hi, It's time to prepare the 3.12.5 release, which falls on the 10th of each month, and hence would be 12-01-2018 this time around. This mail is to call out the following, 1) Are there any pending *blocker* bugs that need to be tracked for 3.12.5? If so mark them against the provided tracker [1] as blockers for the release, or at the very least post them as a response to this mail 2) Pending reviews in the 3.12 dashboard will be part of the release, *iff* they pass regressions and have the review vo...
2010 Mar 30
2
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...t; SingleSource/UnitTests/Vector/SSE/sse.stepfft >> >> JIT failures in clang, pass in llvm-gcc: >> MultiSource/Applications/sqlite3/sqlite3 >> SingleSource/Regression/C++/ofstream_ctor >> > > This isn't part of our release criteria. So, these are not release blockers. Ok, something to keep in mind for LLVM 2.8 then. > >> 3. Some performance regressions GCC/LLC (2.6 -> 2.7), but keep in mind >> that I wasn't using GCC 4.4.3 as comparison for llvm 2.6! >> >> MultiSource/Applications/hexxagon/hexxagon 1.22 -> 1.14 >&gt...
2015 May 28
7
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...his today (http://reviews.llvm.org/D7623). I think the patches I have are good to land, but Stephen Kelly made some other suggestions in the bug we should consider separately. * Bug 19875 - libraries and executables need different rpaths - No Update: Still outstanding, I don't think this is a blocker. * Bug 21561 - Update release scripts to use CMake - No Update: Still outstanding and blocking removal of autoconf * Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt - I've looked at this a bit on and off. It is unfortunately a hard problem. I think it wou...
2020 Sep 22
8
[11.0.0 Release] Release Candidate 3 is here
...vmorg-11.0.0-rc3 tag was just created. Source code and docs are available at https://prereleases.llvm.org/11.0.0/#rc3 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc3 Pre-built binaries will be added as they become ready. Please file bug reports for any issues you find as blockers of https://llvm.org/pr46725 Release testers: please start your engines, run the script, share your results, and upload binaries. And thank you very much for your help so far. There are currently no open release blockers, so unless anything new and bad comes up, this is what the final release wil...
2017 Aug 25
2
Gluster 4.0: Update
...TLJiOmBVgMYAmAhvbLUA#summary> Summary: - It is agreed unanimously that the Gluster 4.0 should be feature based release, and not just time based. - The discussions were on what are the blocking features for 4.0 release, and below were some features which we are considering as blocker for release. - *glusterd2*: The scalable management interface, which will come with REST api and other admin friendly options. Will be the ONLY major blocker for release. - *Thin clients* (code: gfproxy): Not a blocker as it is slated to get into master branch before n...
2010 Mar 30
3
[LLVMdev] Need help fixing 2.7 release blockers
On Tuesday 30 March 2010 17:45:16 David Greene wrote: > On Tuesday 30 March 2010 16:09:03 Tanya Lattner wrote: > > Please take a look at all release blockers: > > http://llvm.org/bugs/show_bug.cgi?id=6586 > > 5893 is not release-critical according to Doug. > > 6640 appears to be a test system problem with a patch available (one of the > ones you're working on?) > > Which bugs do you have patches for? I don't want to...
2017 Jun 06
3
Release 3.11.1: Scheduled for 20th of June
Hi, It's time to prepare the 3.11.1 release, which falls on the 20th of each month [4], and hence would be June-20th-2017 this time around. This mail is to call out the following, 1) Are there any pending *blocker* bugs that need to be tracked for 3.11.1? If so mark them against the provided tracker [1] as blockers for the release, or at the very least post them as a response to this mail 2) Pending reviews in the 3.11 dashboard will be part of the release, *iff* they pass regressions and have the review vo...
2010 Mar 30
1
[LLVMdev] Need help fixing 2.7 release blockers
On Mar 30, 2010, at 3:45 PM, David Greene wrote: > On Tuesday 30 March 2010 16:09:03 Tanya Lattner wrote: > >> Please take a look at all release blockers: >> http://llvm.org/bugs/show_bug.cgi?id=6586 > > 5893 is not release-critical according to Doug. > Will take care of this. > 6640 appears to be a test system problem with a patch available (one of the > ones you're working on?) > > Which bugs do you have patch...
2010 Mar 30
0
[LLVMdev] Need help fixing 2.7 release blockers
On Mar 30, 2010, at 4:04 PM, David Greene wrote: > On Tuesday 30 March 2010 17:45:16 David Greene wrote: >> On Tuesday 30 March 2010 16:09:03 Tanya Lattner wrote: >>> Please take a look at all release blockers: >>> http://llvm.org/bugs/show_bug.cgi?id=6586 >> >> 5893 is not release-critical according to Doug. >> >> 6640 appears to be a test system problem with a patch available (one of the >> ones you're working on?) >> >> Which bugs do you have...
2011 Oct 06
1
[LLVMdev] [cfe-dev] Release: Two Weeks 'Til 3.0 Branch
...changes in as soon as possible so that they > are well-tested before the branch. And please keep on top of any failures you see. > > Now would be a good time to look through the bugzilla database to see > if there are any issues you can address. :-) Is there a list of potential branch blockers? E.g. PR 10912 is a crash-on-valid for Qt4 builds, which is kind of high profile. Joerg
2011 Sep 30
4
[LLVMdev] Release: Two Weeks 'Til 3.0 Branch
As of today, there are two weeks left until we branch for the 3.0 release. Please get your changes in as soon as possible so that they are well-tested before the branch. And please keep on top of any failures you see. Now would be a good time to look through the bugzilla database to see if there are any issues you can address. :-) -bw