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.36k stars 188 forks source link

[NativeAOT-LLVM] Don't always build the runtime and fix static graph restore for BuildIntegration.proj #2613

Closed SingleAccretion closed 2 weeks ago

SingleAccretion commented 3 weeks ago

The subset condition as written leads to always invoking runtime build, which is undesirable.

Also change the workaround for static graph restore in BuildIntegration.proj to a better working option.

SingleAccretion commented 3 weeks ago

@dotnet/nativeaot-llvm