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.41k stars 197 forks source link

[NativeAOT-LLVM] Consolidate HelloWasm IL projects #2535

Closed SingleAccretion closed 5 months ago

SingleAccretion commented 6 months ago

We don't need separate IL projects for all IL. Consolidating them into one slightly improves build time.

Also deletes the unused HelloWasm.sln.

No functional changes.

SingleAccretion commented 6 months ago

windows-x64 Debug failure is a know upstream problem.

@dotnet/nativeaot-llvm