Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbabokin authored Jan 26, 2023
1 parent 6d02444 commit 7b78f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ This repo is hosting [ISPC](https://github.com/ispc/ispc) build dependencies to

Specifically, the repo contains:
1. LLVM builds, which are built by [alloy.py](https://github.com/ispc/ispc/blob/main/alloy.py) script form ISPC repo. The builds are produced by `rebuild-llvm*.yml` pipelines, which can be found [here](https://github.com/ispc/ispc/tree/main/.github/workflows). These are vanilla LLVM builds configured to support x86, ARM and WASM targets. For some versions patches backported from LLVM trunk are applied, when there are known bugs affecting ISPC, all these patches are applier by `alloy.py` automatically and all these patches are located in ISPC repo [llvm-patches](https://github.com/ispc/ispc/tree/main/llvm_patches) folder. The license for LLVM project can be found [here](https://github.com/llvm/llvm-project/blob/main/LICENSE.TXT). The source code for LLVM project used for the builds is located [here](https://github.com/ispc/llvm-project).
2. GnuWin32 tools needed for cross platform build on Windows. This is a mirror of [SourceForce](https://sourceforge.net/projects/gnuwin32/files/libgw32c/0.4/) location and contains the [binary](https://github.com/ispc/ispc.dependencies/releases/download/gnuwin32-mirror/libgw32c-0.4-lib.zip) and [source code](https://github.com/ispc/ispc.dependencies/releases/download/gnuwin32-mirror/libgw32c-0.4-src.zip). The license for the code can be found in the source code package.

0 comments on commit 7b78f84

Please sign in to comment.