From 4f4be8577d4dbfa6eb478b6f21527b69147600b7 Mon Sep 17 00:00:00 2001 From: Orjan Ameye Date: Sat, 11 Jan 2025 09:58:36 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64dbb9d6..6e2da4fa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ heavily used by the different GPU compilers for the Julia programming language. ## Requirements -LLVM.jl is supported on Juila 1.10+, and thus requires LLVM 15. However, the package is +LLVM.jl is supported on Julia 1.10+, and thus requires LLVM 15. However, the package is really only **intended to be used with the LLVM library shipped with Julia**. That means you can not use it with other LLVM libraries, like the one provided by your operating system. It is recommended to use the official binaries from