Cortex-M3 low level assert issue.

kinke noone at nowhere.com
Sat May 4 19:06:26 UTC 2019


On Saturday, 4 May 2019 at 18:37:40 UTC, Jack Applegame wrote:
> And why `-data-sections` flag also doesn't change anything?

This seems to be the perfectly corresponding C++ question (string 
literals placed shared readonly section) with a nice answer:
https://stackoverflow.com/questions/54996229/is-ffunction-sections-fdata-sections-and-gc-sections-not-working

LDC emits these strings as private constants in LLVM IR.


More information about the digitalmars-d-ldc mailing list