[llvm] ConstraintSystem: replace data structure with Matrix (PR #98895)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 02:29:21 PDT 2024


fhahn wrote:

> > Looks like Clang crashes with the dry-run version on CTmark https://llvm-compile-time-tracker.com/show_error.php?commit=94bdfca2db58d6e6ff507d073e407acba1046701
> 
> Should be fixed now. However, LLVM Compile Time Tracker times out now, and I have no idea how to go about debugging that: https://llvm-compile-time-tracker.com/show_error.php?commit=82ddf545ab4688a550881a7a7404d40fc585143e.

This looks like a hang while building clang in stage 2 (while building LLVM/Clang with a clang that contains 82ddf545ab4688a550881a7a7404d40fc585143e ). Doing a stage2 build should hopefully reproduce the issue locally

https://github.com/llvm/llvm-project/pull/98895


More information about the llvm-commits mailing list