[llvm-bugs] [Bug 39823] New: wrong binaries/headers for llvm-toolchain-xenial-7

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Nov 28 07:22:46 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=39823

            Bug ID: 39823
           Summary: wrong binaries/headers for llvm-toolchain-xenial-7
           Product: Packaging
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: deb packages
          Assignee: unassignedbugs at nondot.org
          Reporter: andrew at ziglang.org
                CC: llvm-bugs at lists.llvm.org

This build worked on Nov 24 and stopped working Nov 25.

2018-11-25T16:48:47.6020966Z + sudo sh -c echo "deb
http://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 = HermitCore

But llvm 7.0.0 and 7.0.1 have
    AMDPAL,     // AMD PAL Runtime
    LastOSType = AMDPAL

Downstream issue https://github.com/ziglang/zig/issues/1788

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181128/7e2efe5e/attachment.html>


More information about the llvm-bugs mailing list