diff options
author | Nick Desaulniers (paternity leave) <nickdesaulniers@users.noreply.github.com> | 2024-06-25 09:04:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 09:04:19 -0700 |
commit | dca49d739de07b1755ad65aa26dacd2e2c22af20 (patch) | |
tree | 8f1d99804f454be310c45ce46fcdbd84d82e5a25 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | e951bd0f51f8b077296f09d9c60ddf150048042f (diff) | |
download | llvm-dca49d739de07b1755ad65aa26dacd2e2c22af20.zip llvm-dca49d739de07b1755ad65aa26dacd2e2c22af20.tar.gz llvm-dca49d739de07b1755ad65aa26dacd2e2c22af20.tar.bz2 |
[libc][arm32] define argc type and stack alignment (#96367)
https://github.com/ARM-software/abi-aa/blob/main/aapcs32/aapcs32.rst#6212stack-constraints-at-a-public-interface
mentions that the stack on ARM32 is double word aligned.
Remove confused comments around ArgcType. argc is always an int, passed on the
stack, so we need to store a pointer to it (regardless of ILP32 or LP64).
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions