[Bug 276703] clang crashes on the port www/ladybird on 15 (CURRENT) on amd64: Assertion failed: (!LHS.get()->hasPlaceholderType() && !RHS.get()->hasPlaceholderType() && "placeholders should have been weeded out by now")
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Oct 2024 23:17:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276703 --- Comment #9 from Dimitry Andric <dim@FreeBSD.org> --- It looks like upstream committed a fix in https://github.com/llvm/llvm-project/commit/d23ef9ef3685eb42ebf719bc28cfe2e4651932fc, which was backported to the 18.x branch in https://github.com/llvm/llvm-project/commit/d8352e93c1c8042d9166eab3d76d6c07ef585b6d, and this ended up in 18.1.2 and later. Note that if you are using a stable branch, assertions will be off by default, so you might not notice any issues. (Then again, sometimes these assertions prevent segfaults or other weird things... :) -- You are receiving this mail because: You are the assignee for the bug.