Gabriel Baraldi

Results 230 comments of Gabriel Baraldi

The test case didn't fail for me anymore. But maybe adding a test would be nice

It's 1.8 and up only unfortunately

I believe this will break some sparsearrays stuff. @Keno

I'm able to reproduce this locally on x86 linux. I believe we might have a data race in this test. ```julia using Pkg.Artifacts using Test using TOML using Pkg path...

The sanitizer patch for musl is already in the upstream repo so it's not needed https://github.com/JuliaLang/llvm-project/blob/dccf0cc8852cd13d6f479afa5513db07bc586732/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h#L503 [L/LLVM/LLVM_full@15/bundled/patches/0101-llvm-12-musl-bb-32.patch](https://github.com/JuliaPackaging/Yggdrasil/pull/5592/files#diff-ea509fc2197d2cb50f1380fb333782352894d01f14f330350f9f62d283057b8a)

[L/LLVM/LLVM_full@15/bundled/patches/0702-apple-codesign.patch](https://github.com/JuliaPackaging/Yggdrasil/pull/5592/files#diff-8c4863539086e03637c3b05d5d6e03a547b6953f7110fbf023c010327e68e6ed) Is probably not needed anymore too since there have been some fixes to this https://github.com/JuliaLang/llvm-project/blob/dccf0cc8852cd13d6f479afa5513db07bc586732/compiler-rt/cmake/Modules/AddCompilerRT.cmake#L396

It seems https://github.com/llvm/llvm-project/blob/9ad0ace2ba52b2194090a0ec4dd980d604ea74b0/clang-tools-extra/clang-tidy/misc/CMakeLists.txt doesn't really work with our cross compiling method. We might have to build `clang-tidy-confusable-chars-gen` separately.

That's a dyld exported function, though I'm not sure why it's not being found :|. They are part of libSystem

https://github.com/JuliaLang/julia/commit/66c13ace24043e3e88b0e9c5f1cd3f5ea21a5cfb seems fine, it seems they've changed the order these things need to happen, you can maybe even move the `FAM` down since it's no longer an argument so it's...

The assertion failure is probably the most pressing.