LDC-LTS and debuginfo

David Nadlinger code at klickverbot.at
Mon Sep 18 20:19:03 UTC 2017


On 18 Sep 2017, at 21:11, Johan Engelen via digitalmars-d-ldc wrote:
> debuginfo is broken in LTS and it breaks the build with LLVM 5.0. I am 
> backporting some fixes but... should I spend time on this?
> Why don't we just kill debuginfo, or at least remove it from the LTS 
> runtime build?

Hmm… It is still useful for bringing up new platforms when starting 
from C++ (e.g. if cross-compiling is messy), so I don't have a strong 
opinion either way.

Just be sure to actually kill it (make -g a no-op apart from printing a 
warning) to avoid confusion if you decide against keeping it.

  — David


More information about the digitalmars-d-ldc mailing list