Revert "Added mention of llvm-config-16 preference"

This reverts commit e773ae44d3011788cf2f3b6b624a44a221a6028a.
Andrew Kelley 2023-07-07 08:59:56 -07:00
parent 7700ceec7e
commit ed80814748

@ -32,8 +32,6 @@ make install
Please be aware of the handy cmake variable `CMAKE_PREFIX_PATH`. CMake will look for LLVM and other dependencies in this location first.
When dealing with multiple LLVM installations, it may be helpful to make a symlink somewhere in your path called `llvm-config-16` to the LLVM 16 `llvm-config`. This will be preferred over the standard `llvm-config`.
This produces `stage3/bin/zig` which is the Zig compiler built by itself.
### For macOS + Homebrew