[linker] Add AssemblyAction.Save to enable the linker to re-write an assembly without...
authorSebastien Pouliot <sebastien@xamarin.com>
Mon, 12 Aug 2013 19:31:18 +0000 (15:31 -0400)
committerSebastien Pouliot <sebastien@xamarin.com>
Mon, 12 Aug 2013 19:31:33 +0000 (15:31 -0400)
commit2ab52ceae23e345b28069bbec37e537f82ef47ac
tree258e856fbbe2010b73a271a19e4dfd5624c886fd
parent27e36aef37d7074dd71c63dd36612d08d5f8c371
[linker] Add AssemblyAction.Save to enable the linker to re-write an assembly without actually linking it. Useful to remove references to PCL assemblies that are not really used (e.g. when only type forwarders are needed) [#13488]
mcs/tools/linker/Mono.Linker.Steps/OutputStep.cs
mcs/tools/linker/Mono.Linker.Steps/SweepStep.cs
mcs/tools/linker/Mono.Linker/AssemblyAction.cs