Displaying 2 results from an estimated 2 matches for "223ae7d6".
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
2019 Jul 31
2
RFC: auto-generating build dependency file from lld
...nge to implement the above feature:
> https://reviews.llvm.org/D65430
>
>
>
> Any comments?
>
>
>
> Thanks,
>
> Rui
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190731/223ae7d6/attachment.html>