On Thursday, 11 February 2021 at 00:18:23 UTC, H. S. Teoh wrote:
On Wed, Feb 10, 2021 at 11:35:27PM +0000, WhatMeWorry via
Digitalmars-d-learn wrote: [...]
Okay, thanks. Then why does the README.md at
https://github.com/dlang/druntime
say "Runtime is typically linked together with Phobos in a
release such that the compiler only has to link to a single
library to provide the user with the runtime and the standard
library."
Probably outdated information. Somebody should submit a PR for
it. ;-)
It basically says there's no separate libdruntime with DMD, it's
included in libphobos2 (unlike LDC). So 'runtime' in the context
of the druntime repo is 'druntime', not 'C runtime and other
platform libs' libphobos/druntime depend on.