Revert "[AVR] Explicitly set the address of the data section when invoking the linker"
authorDylan McKay <me@dylanmckay.io>
Tue, 23 Jun 2020 10:21:22 +0000 (22:21 +1200)
committerDylan McKay <me@dylanmckay.io>
Tue, 23 Jun 2020 10:23:05 +0000 (22:23 +1200)
commit15b9dc46c6d2eed64dc72143172f5fb0d4049f33
tree3dfcae51c3fca74a11cab3a634d5d86974c4eb44
parentd668d8b6197545cb8d8749c5c58b18ccd4468ddd
Revert "[AVR] Explicitly set the address of the data section when invoking the linker"

This reverts commit ede6005e7092ddae454e4d365d8adefeaec1f5e3.

Ayke suggests this value varies chip-by-chip, and thus it is not safe to
hardcode to 0x800100.

Proper logic for this linker parameter will have to be wired up in a
follow up patch.
clang/lib/Driver/ToolChains/AVR.cpp