Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds the version string "8.0.0_1" to the list of LLVM versions because the current version of LLVM in Homebrew (as of the time of this commit) is version 8.0.0_1. Another approach for detecting a macOS Homebrew install of the "llvm" package (latest stable version) would be to add `/usr/local/opt/llvm` to the list of search paths. Homebrew installs of older major versions of LLVM are symlinked to paths of the form `/usr/local/opt/llvm@${MAJOR_VERSION}` (e.g., `/usr/local/opt/llvm@7/`, `/usr/local/opt/llvm@6/`).
- Loading branch information