diff options
author | Ayke van Laethem <aykevanlaethem@gmail.com> | 2020-04-14 18:13:41 +0200 |
---|---|---|
committer | Ayke van Laethem <aykevanlaethem@gmail.com> | 2020-04-15 23:44:51 +0200 |
commit | 215dc2e203341f7d1edc4c4a191b048af4ace43d (patch) | |
tree | 27211a35fc29de380e8abd03b5b18e9a2f447a97 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 5e04b5f2fa84a65ecf37b9aa2c014493232793b0 (diff) | |
download | llvm-215dc2e203341f7d1edc4c4a191b048af4ace43d.zip llvm-215dc2e203341f7d1edc4c4a191b048af4ace43d.tar.gz llvm-215dc2e203341f7d1edc4c4a191b048af4ace43d.tar.bz2 |
[AVR] Use the correct address space for non-prototyped function calls
Some function declarations like this:
void foo();
do not have a type declaration, for that you'd use:
void foo(void);
Clang internally bitcasts the variadic function declaration to a
function pointer, but doesn't use the correct address space on AVR. This
commit fixes that.
This fix is necessary to let Clang compile compiler-rt for AVR.
Differential Revision: https://reviews.llvm.org/D78125
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions