[all-commits] [llvm/llvm-project] 15b9dc: Revert "[AVR] Explicitly set the address of the da...
Dylan McKay via All-commits
all-commits at lists.llvm.org
Tue Jun 23 03:23:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 15b9dc46c6d2eed64dc72143172f5fb0d4049f33
https://github.com/llvm/llvm-project/commit/15b9dc46c6d2eed64dc72143172f5fb0d4049f33
Author: Dylan McKay <me at dylanmckay.io>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M clang/lib/Driver/ToolChains/AVR.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list