summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/copy-data-to-ram.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Enable the '__do_copy_data' functionDylan McKay2017-09-111-0/+5
Also enables '__do_clear_bss'. These functions are automaticalled called by the CRT if they are declared. We need these to be called otherwise RAM will start completely uninitialised, even though we need to copy RAM variables from progmem to RAM. llvm-svn: 312905
OpenPOWER on IntegriCloud