Skip to content

Commit 6aaf4a9

Browse files
committed
[Tizen] Upgrade llvm 17 to 18
1 parent 6b9b35b commit 6aaf4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/flutter/ci/tizen/build_llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ else
1818
cd llvm-project
1919
git init
2020
git remote add origin https://github.com/llvm/llvm-project.git
21-
git fetch --depth=1 origin llvmorg-17.0.6
21+
git fetch --depth=1 origin llvmorg-18.1.8
2222
git checkout FETCH_HEAD
2323
fi
2424

0 commit comments

Comments
 (0)