Skip to content
Snippets Groups Projects
Commit 04345964 authored by Stefan Schulze Frielinghaus's avatar Stefan Schulze Frielinghaus
Browse files

CmmToLlvm: Sign/Zero extend parameters for foreign calls

For some architectures the C calling convention is that any integer
shorter than 64 bits is replaced by its 64 bits representation using
sign or zero extension.

This is basically a backport of 0ac5860e
but adjusted for the 8.10 branch.

Fixes #20120
parent d08ae6d6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment