Orlando added a comment. > Looks like this is causing a crash on current main: > https://github.com/llvm/llvm-project/issues/62838
That was fixed in D151326 <https://reviews.llvm.org/D151326>. I think we should be okay to re-enable this now. The first assertion was a bit of an edge case; I hadn't handled negative out of bounds accesses. The second issue ocurred due to DW_ATE_complex_float not being supported in a helper function, on a code path only hit with assignment tracking as a result of trying harder to preserve variable locations. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D146987/new/ https://reviews.llvm.org/D146987 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits