R2RTest - Partial composite images (#36471)
authorSimon Nattress <nattress@gmail.com>
Thu, 14 May 2020 23:18:55 +0000 (16:18 -0700)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 23:18:55 +0000 (16:18 -0700)
commit858642d15844126d9869d677a9b53864becd0a5f
tree8aeaa55aa90f7ae8d5d5e15828301c98a0c6c24c
parentb9524694bc8f8b3676a6bcf25eb7586194693b38
R2RTest - Partial composite images (#36471)

Allow compiling composite R2R images which reference assemblies not in the composite. For example, this would allow compiling a set of application assemblies with references to ASP.NET / Framework. Currently R2RTest treats all references as unrooted inputs for the composite image.
src/coreclr/src/tools/r2rtest/BuildOptions.cs
src/coreclr/src/tools/r2rtest/CommandLineOptions.cs
src/coreclr/src/tools/r2rtest/Commands/CompileSerpCommand.cs
src/coreclr/src/tools/r2rtest/CpaotRunner.cs