Skip to content

Commit

Permalink
upd env-macos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed May 6, 2024
1 parent 1513838 commit 377e446
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/env-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# This script is only useful on macOS using brew.
# It sets the LLVM environment variables.

MLIR_SYS_170_PREFIX="$(brew --prefix llvm@17)"
LLVM_SYS_170_PREFIX="$(brew --prefix llvm@17)"
TABLEGEN_170_PREFIX="$(brew --prefix llvm@17)"
MLIR_SYS_180_PREFIX="$(brew --prefix llvm@18)"
LLVM_SYS_180_PREFIX="$(brew --prefix llvm@18)"
TABLEGEN_180_PREFIX="$(brew --prefix llvm@18)"

export MLIR_SYS_170_PREFIX
export LLVM_SYS_170_PREFIX
export TABLEGEN_170_PREFIX
export MLIR_SYS_180_PREFIX
export LLVM_SYS_180_PREFIX
export TABLEGEN_180_PREFIX

0 comments on commit 377e446

Please sign in to comment.