Opened 13 months ago

Closed 13 months ago

Last modified 9 months ago

#17799 closed enhancement (fixed)

llvm-16.0.0

Reported by: Bruce Dubbs Owned by: Xi Ruoyao
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New major version.

Change History (6)

comment:1 by Xi Ruoyao, 13 months ago

Now it needs another tarball: https://github.com/llvm/llvm-project/releases/download/llvmorg-16.0.0/third-party-16.0.0.src.tar.xz

Again no "llvm" prefix. Let's rename and upload it onto anduin.

Another sed is needed for the building system to find it in a "reasonable" location:

sed '/LLVM_THIRD_PARTY_DIR/s@../third-party@third-party-16.0.0.src@' \
    -i cmake/modules/HandleLLVMOptions.cmake

The SSP patch does not apply cleanly: the hunk against test/Driver/fsanitize.c fails. I ignored it because I don't intend to run LLVM test suite at all.

I'm now pissed off by those more and more tarballs. Opened https://github.com/llvm/llvm-project/issues/61497.

comment:2 by Xi Ruoyao, 13 months ago

Mesa-23.0.0 builds fine with it and swrast functions normally. Not sure about AMDGPU.

comment:3 by Xi Ruoyao, 13 months ago

Owner: changed from blfs-book to Xi Ruoyao
Status: newassigned

comment:5 by Xi Ruoyao, 13 months ago

Resolution: fixed
Status: assignedclosed

Fixed at r11.3-129-g17418d43e2.

librsvg-2.56.0 and js-102.9.0 build fine and work normally with new rustc.

comment:6 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.