Skip to content

Commit

Permalink
Add LLVM_SYS_170_PREFIX export to env-macos.sh (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta authored Dec 5, 2023
1 parent 94f5fe5 commit b7f4a77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
# 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)"

export MLIR_SYS_170_PREFIX
export LLVM_SYS_170_PREFIX
export TABLEGEN_170_PREFIX

0 comments on commit b7f4a77

Please sign in to comment.