From 171e22de823078945b415de729407f57c2b9068b Mon Sep 17 00:00:00 2001 From: Edgar Luque Date: Thu, 12 Dec 2024 10:06:04 -0300 Subject: [PATCH] readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c5c32a..4343765 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Make sure you have installed the dependencies: - git - Rust -- LLVM 18 with MLIR enabled +- LLVM 19 with MLIR enabled - libgit2 If building LLVM from source, you'll need additional tools: @@ -37,10 +37,10 @@ If building LLVM from source, you'll need additional tools: Setup the following env vars: ```bash -# For Debian/Ubuntu using the repository, the path will be /usr/lib/llvm-18 -export MLIR_SYS_180_PREFIX=/usr/lib/llvm-18 -export LLVM_SYS_180_PREFIX=/usr/lib/llvm-18 -export TABLEGEN_180_PREFIX=/usr/lib/llvm-18 +# For Debian/Ubuntu using the repository, the path will be /usr/lib/llvm-19 +export MLIR_SYS_190_PREFIX=/usr/lib/llvm-19 +export LLVM_SYS_191_PREFIX=/usr/lib/llvm-19 +export TABLEGEN_190_PREFIX=/usr/lib/llvm-19 ``` If you installed llvm with brew, source the `env-macos.sh` script to set up the needed env vars: