dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.38k stars 192 forks source link

[NativeAOT-LLVM] Post-merge tasks #2472

Open SingleAccretion opened 7 months ago

SingleAccretion commented 7 months ago

This issue is intended to be a continuously updated list of things that should be done after the next upstream merge or in the merge PR itself (if necessary for a "clean" merge).

Current list:

yowl commented 7 months ago

Will we be able to remove Microsoft.DotNet.ILCompiler.SingleEntry.targets, https://github.com/dotnet/runtimelab/pull/2248/files#diff-29f00866a1dc9b2d5c3acb94480513bacbc05775e9ac3dea25215287a20d979aR3 at some point?

SingleAccretion commented 7 months ago

Will we be able to remove Microsoft.DotNet.ILCompiler.SingleEntry.targets at some point?

Not sure. It seems a fine way to share upstream code while pulling runtime pieces from NuGets for now.