[aot] Add a depfile= argument which causes the AOT compiler to write out a gcc style...
commitf7dff29c6ce959968cb489fcbee2d3ebde0784d0
authorZoltan Varga <vargaz@gmail.com>
Thu, 18 Apr 2019 20:41:47 +0000 (18 16:41 -0400)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2019 20:41:47 +0000 (18 16:41 -0400)
tree1cc17cac9aa5b19ee8141397f36e217a11cfd785
parenteaba6c608c81aab472de41156127d4abbd7ee9d5
[aot] Add a depfile= argument which causes the AOT compiler to write out a gcc style dep file listing the dependencies between the output file and all referenced assemblies. (#14124)

* [aot] Add a depfile= argument which causes the AOT compiler to write out a gcc style dep file listing the dependencies between the output file and all referenced assemblies.

* Add a manpage entry.

* Update after comments.
man/mono.1
mono/mini/aot-compiler.c