roc/crates/compiler/gen_llvm
Brendan Hansknecht 47ba132905
Correct windows return by pointer calculation
I always thought this was wrong. Saw it again today and decided to look it up.
Windows will return by pointer for anything over 64bits on an x86_64 machine.

Note: this is wrong for windows aarch64, but I will correct that in a PR where I clean up targets.
https://learn.microsoft.com/en-us/cpp/build/x64-calling-convention?view=msvc-170#return-values
https://learn.microsoft.com/en-us/cpp/build/arm64-windows-abi-conventions?view=msvc-170#return-values
2024-01-30 21:37:51 -08:00
..
src Correct windows return by pointer calculation 2024-01-30 21:37:51 -08:00
Cargo.toml split up bitcode building to reduce dependency chains 2023-03-10 09:39:43 -08:00