[llvm-dev] 7.0.1-rc2 release has been tagged please begin testing
Andrew Kelley via llvm-dev
llvm-dev at lists.llvm.org
Sun Nov 25 16:30:20 PST 2018
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?
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