search for: lastostype

Displaying 4 results from an estimated 4 matches for "lastostype".

2018 Nov 27
3
apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
...://apt.llvm.org/xenial/ llvm-toolchain-xenial-7 main" >> > /etc/apt/sources.list > ... > 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 ^~~~~~~~~~~~~ > full logs https://dev.azure.com/ziglang/zig/_build/results?buildId=229&view=logs > > The version on apt.llvm.org has > HermitCore, // HermitCore Unikernel/Multikernel > LastOSType...
2018 Nov 29
2
apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
...l/main/l/llvm-toolchain-7/llvm-7-dev_7.0.1~svn347285-1~exp1~20181124105320.40_amd64.deb > > ar vx llvm-7-dev_7.0.1~svn347285-1~exp1~20181124105320.40_amd64.deb > > tar xvf data.tar.xz > > grep Hurd usr/include/llvm-7/llvm/ADT/Triple.h > > Hurd, // GNU/Hurd > LastOSType = Hurd > /// Tests whether the OS is Hurd. > bool isOSHurd() const { > return getOS() == Triple::Hurd; > getOS() == Triple::Hurd) && > > grep Hurd ~/downloads/llvm_release_70/include/llvm/ADT/Triple.h > (nothing) > >>> From: Andrew Kelley...
2018 Nov 29
2
apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
...t; > Probably won't be merged to 7.0.1, since it's a new feature. It was merged as a debian-specific patch to apt.llvm.org in https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/merge_requests/22 I worked around the issue downstream, by not depending on a consistent value for Triple::LastOSType. So I would consider the issue resolved, although I would mention that I consider it unwise to make API breaking changes to bugfix versions. That said, we're all open-source developers here, and software is provided without any warranty, yadda yadda, so, at the end of the day, thanks everyone,...
2018 Nov 03
8
7.0.1-rc2 release has been tagged please begin testing
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