Skip to content

Need to figure out what to do with ILLink in source-build #580

@eerhardt

Description

@eerhardt

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

Metadata

Metadata

Assignees

Labels

area-prebuiltsReducing the number of prebuilt packages in the tarballarea-product-experienceImprovements in the end-user's product experience

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions