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.42k stars 199 forks source link

[NativeAOT-LLVM] Rewrite `install-llvm.ps1` to be usable locally #2441

Closed SingleAccretion closed 11 months ago

SingleAccretion commented 11 months ago

This should make building the repository that little bit easier. It also potentially allows us to tweak the LLVM build without updating the build instructions.

Usage:

> ./install-llvm.ps1
<...>
> ls
llvm-project
  build-debug
  build-release
  <...>
SingleAccretion commented 11 months ago

@dotnet/nativeaot-llvm

yowl commented 11 months ago

Nice, thanks!