[llvm-dev] 7.0.1-rc2 release has been tagged please begin testing

Tom Stellard via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 26 08:46:08 PST 2018


On 11/25/2018 04:30 PM, Andrew Kelley wrote:
> This broke the Zig build, because apt.llvm.org has the release candidate.
> 
> 2018-11-25T16:53:30.7836235Z
> /home/vsts/work/1/s/src/zig_llvm.cpp:686:1: error: static assertion
> failed
> 2018-11-25T16:53:30.7837134Z
> static_assert((Triple::OSType)ZigLLVM_LastOSType ==
> Triple::LastOSType, "");
> 2018-11-25T16:53:30.7837409Z ^~~~~~~~~~~~~
> 
> I don't think the Triple::OSType enum should be changed across bugfix versions.
> 
> This is tricky to resolve because I cannot simply update zig source
> code; this would make it incompatible with 7.0.0, and 7.0.1 has not
> been released yet. Even after 7.0.1 is released it takes a bit of time
> for various distros to pick up the change.
> 
> Can the change to add LLVM_HermitCore be reverted?
> 

Can you please file a bug for this and mark it as a release blocker.

-Tom

> Regards,
> Andrew
> 
> On Fri, Nov 2, 2018 at 10:36 PM Tom Stellard via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>>
>> Hi,
>>
>> The 7.0.1-rc2 release has been tagged and is ready for testing.  I forgot
>> to bump the version number to 7.0.1 before I tagged -rc1, which is why we
>> are now on -rc2.
>>
>> Remember, you can continue to submit merge requests up until Nov, 21,
>> so keep testing and submitting fixes.
>>
>> Thanks,
>> Tom
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev



More information about the llvm-dev mailing list