From 50a5fdfe6df748fbddffa9bed5b1bfc342f14801 Mon Sep 17 00:00:00 2001 From: Alex Reilly Date: Sun, 20 Dec 2020 00:30:57 -0800 Subject: [PATCH] Update README to ensure users install LLVM 9 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c29433a6..adb2dae5 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ There are a couple annoying steps you need to accomplish before building LLVMSwift: - Install LLVM 8.0+ using your favorite package manager. For example: - - `brew install llvm` + - `brew install llvm@9` - Ensure `llvm-config` is in your `PATH` - That will reside in the `/bin` folder wherever your package manager installed LLVM. @@ -198,7 +198,7 @@ compiler projects! ### Installation with Swift Package Manager ```swift -.package(url: "https://github.com/llvm-swift/LLVMSwift.git", from: "0.4.0") +.package(url: "https://github.com/llvm-swift/LLVMSwift.git", from: "0.7.0") ``` ### Installation without Swift Package Manager