Displaying 1 result from an estimated 1 matches for "de2f3551".
2019 Jul 31
2
RFC: auto-generating build dependency file from lld
Hi,
I'd like to propose a new feature and a flag
(`--write-dependencies=<path>`) for lld so that the linker can generate a
dependency file (.d file). This is analogous to `-MD` compiler flag.
Background:
Clang and GCC have a feature (`-MD` flag) to create a dependency file in a
format that `make` and other build tools can read, so that you don't have
to manually maintain