aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/configuration.py
diff options
context:
space:
mode:
authorAyke van Laethem <aykevanlaethem@gmail.com>2020-04-14 18:13:41 +0200
committerAyke van Laethem <aykevanlaethem@gmail.com>2020-04-15 23:44:51 +0200
commit215dc2e203341f7d1edc4c4a191b048af4ace43d (patch)
tree27211a35fc29de380e8abd03b5b18e9a2f447a97 /lldb/packages/Python/lldbsuite/test/configuration.py
parent5e04b5f2fa84a65ecf37b9aa2c014493232793b0 (diff)
downloadllvm-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