Commit 7a159bb
committed
Integrate ABI conformance test suite for Arm32
To validate the ABI compliance when targeting the Arm architecture, this
commit introduces a new test suite that performs the relevant checks,
including the following categories:
- Structure Passing: tests passing a structure instance as an argument.
- Currently, only one test case is included, which validates passing a
small structure.
- Stack Alignment: verifies that the stack is properly aligned when
calling a function.
- Parameter Passing: contains several test cases to validate calling
functions with different numbers of arguments.
- Register Preservation: verifies whether the content of specific
registers are preserved after a function returns.
- Return Values: verifies that the return value is correct after a
function retruns.1 parent a75b1d7 commit 7a159bb
2 files changed
+622
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
121 | 136 | | |
122 | 137 | | |
123 | 138 | | |
| |||
0 commit comments