Today, we turn off ILLink in corefx
|
<BuildCommand>$(ProjectDirectory)/build$(ShellExtension) $(BuildArguments) -- /p:ILLinkTrimAssembly=false</BuildCommand> |
But we are now dependent on ILLink with #376.
We should either not use ILLink at all. Or we should embrace it everywhere and figure out how to build it from source (it depends on Mono.Cecil), and then use that source-built version to build .NET Core.
/cc @weshaggard @dagood @dseefeld
Today, we turn off ILLink in corefx
source-build/repos/corefx.proj
Line 6 in ac7159e
But we are now dependent on ILLink with #376.
We should either not use ILLink at all. Or we should embrace it everywhere and figure out how to build it from source (it depends on Mono.Cecil), and then use that source-built version to build .NET Core.
/cc @weshaggard @dagood @dseefeld