A scalar which exceeds 4 bytes should be returned
via a stack slot, on AVRTiny.
Details
Details
- Reviewers
aykevl dylanmckay - Commits
- rG84ef72357328: [clang] Fix wrong ABI of AVRTiny.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/CodeGen/avr/return-value.c | ||
---|---|---|
37 | This file should be renamed to return.c instead of current struct.c, I will do that in another patch, just let you see clearly what I have changed. |
clang/test/CodeGen/avr/return-value.c | ||
---|---|---|
37 | You can do that in the same patch. Phabricator should detect the renamed file and display it just like it does now. |
clang/test/CodeGen/avr/return-value.c | ||
---|---|---|
37 | thanks. |
This file should be renamed to return.c instead of current struct.c, I will do that in another patch, just let you see clearly what I have changed.