summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Enable the '__do_copy_data' functionDylan McKay2017-09-111-0/+20
| | | | | | | | | | | | | 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
* [AVR] Fix header files in MCTargetDescDylan McKay2016-05-211-0/+24
Everything now compiles successfully, but there are still undefined references. llvm-svn: 270298
OpenPOWER on IntegriCloud