LLVM emits broken TLS access sequence on
aarch64-windows for private thread_locals mixed with non-private ones
this issue was resolved on the LLVM side with two commits, see https://github.com/llvm/llvm-project/issues/199581
LLVM emits broken TLS access sequence on
aarch64-windows for private thread_locals mixed with non-private ones
patching this in llvm led me to getting a clean output from zig