mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
LLVM and compiler-rt must agree on how the parameters are passed, it turns out that in LLVM13 something changed and broke the test case for AArch64 systems. It has nothing to do with fma at all. Closes #9900