Fix calling convention for functions with D linkage#13287
Fix calling convention for functions with D linkage#13287ljmf00 wants to merge 3 commits intodlang:masterfrom
Conversation
|
Thanks for your pull request, @ljmf00! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#13287" |
013430f to
b9ee206
Compare
|
Some code, beyond my knowledge, is relying on reverse order. The added test runs successfully. I don't know what is happening. |
|
See #5232 for context regarding |
Thanks, I will test with |
9f8fc54 to
7efad84
Compare
… in x86_64 Signed-off-by: Luís Ferreira <contact@lsferreira.net>
490faae to
01fa650
Compare
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
…linkage in x86_64 Signed-off-by: Luís Ferreira <contact@lsferreira.net>
|
|
Signed-off-by: Luís Ferreira contact@lsferreira.net
Related to dlang/dlang.org#3120 .
CC @kinke .