Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Jul 27, 2024
1 parent 4e52deb commit 44eb4b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ repo sync -c
# Remove older version prebuilts
rm -rf $(find prebuilts/clang/host/linux-x86/clang* -maxdepth 0 | grep -v "clang-r522817" | grep -v "clang-stable")

# Patch to build mlir
patch -p1 < ../build-mlir.patch

# Build
pushd toolchain/llvm_android
python build.py --no-build lldb,windows --no-musl --bootstrap-use-prebuilt --skip-tests --skip-runtimes
Expand Down

0 comments on commit 44eb4b0

Please sign in to comment.