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] Rewrite `install-llvm.ps1` to be usable locally #2441

Closed SingleAccretion closed 8 months ago

SingleAccretion commented 8 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 8 months ago

@dotnet/nativeaot-llvm

yowl commented 8 months ago

Nice, thanks!