Add prefix as suggested by @rtfeldman

This commit is contained in:
Stefan van der Walt 2023-11-22 14:20:26 -08:00
parent 7ae83b59d5
commit 6883c76935

View File

@ -181,7 +181,7 @@ running `llc --version` - it should mention "LLVM version 16.0.x" at the top.
You may also need to manually specify a prefix env var like so:
```sh
export LLVM_SYS_160_PREFIX=/usr/local/opt/llvm@16
export LLVM_SYS_160_PREFIX=$(brew --prefix llvm@16)
```
#### LLVM MacOS troubleshooting