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] Fix typo in llvm version in docs #2438

Closed maraf closed 8 months ago

maraf commented 8 months ago

I am thinking of automatic this LLVM building using the CI script soon.

Have you considered using LLVM nuget packages we have for mono based workloads?

SingleAccretion commented 8 months ago

Have you considered using LLVM nuget packages we have for mono based workloads?

It's the long term (i. e. if/when the project goes upstream) goal. The current solution is simpler infrastructure-wise. Also, it allows us to update LLVM independently and build it in debug, i. e. it is better for local development.