Skip to content

Commit 0809419

Browse files
committed
scripts: revert llvm version
1 parent 286b89e commit 0809419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen_tool_defs_macos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LLVM_PREFIX=`brew --prefix llvm`
1+
LLVM_PREFIX=`brew --prefix llvm@8`
22
echo "LLVM_CC:=${LLVM_PREFIX}/bin/clang"
33
echo "LLVM_CXX:=${LLVM_PREFIX}/bin/clang++"
44
echo "HOST_CC:=clang"

0 commit comments

Comments
 (0)