zig/lib/compiler_rt
mlugg cf39652500
compiler_rt: remove bogus tests
These only worked before because our lowering of the `AAPCS` calling
convention was incorrect in a way which happened to match the ABI of
these functions. The tests aren't actually very helpful -- there are
already tests for `divmoddi4` etc -- so rather than using inline asm on
the caller side to match the ABI, we just delete these two tests.

We were for some reason missing a direct test for `__udivmodsi4`, so one
has been added.
2024-10-19 19:44:53 +01:00
..
2023-07-31 03:49:21 -04:00
2024-10-19 19:44:53 +01:00
2024-03-14 19:43:24 +02:00
2024-03-14 19:43:24 +02:00
2023-09-19 09:37:52 -07:00