Skip to content

Commit

Permalink
Merge branch 'master' into hoist-resource-variables-with-global-init-…
Browse files Browse the repository at this point in the history
…function
  • Loading branch information
ArielG-NV authored Aug 22, 2024
2 parents dc2b47a + 68e4999 commit d0b23e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ Build with a following command:
$ cmake --build --preset release
```

#### MacOS with slang-llvm local build
#### Building with a local build of slang-llvm
slang-llvm is required to run slang-test properly.
Depending on your hardware, your slang-llvm may need to be locally rebuilt with the following command.
Follow the instructions below if you wish to build slang-llvm locally.
```
external/build-llvm.sh --source-dir=build/slang-llvm_src --install-prefix=build/slang-llvm_install
$ external/build-llvm.sh --source-dir build/slang-llvm_src --install-prefix build/slang-llvm_install
```

You need to use the following command to re-generate Makefile,
Expand Down

0 comments on commit d0b23e4

Please sign in to comment.