Cortex-M3 low level assert issue.

David Nadlinger code at klickverbot.at
Sun May 5 21:42:44 UTC 2019


On 5 May 2019, at 21:57, Mike Franklin via digitalmars-d-ldc wrote:
> Iain fixed a similar issue a few years ago.  I'm not sure if it's 
> related or not: See the last comment here:  
> https://issues.dlang.org/show_bug.cgi?id=14758

I haven't looked at that report in detail, but sure, making the string 
literals named symbols is a possible workaround.

It would just be nice to avoid having to do that manually and instead 
have LLVM emit them in whatever way appropriate to get both constant 
merging (where applicable) and linker garbage collection.

  — David


More information about the digitalmars-d-ldc mailing list