From 0f92cb46bf4e24a6b193f6aec7515aab91d60995 Mon Sep 17 00:00:00 2001 From: eastb233 Date: Wed, 10 Sep 2025 10:16:28 +0800 Subject: [PATCH] Test CI --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 88b5fbfca365..79290c57ea2d 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ #!/bin/bash +# Test CI + # Tools to use for bootstrapping. C_COMPILER_PATH=gcc CXX_COMPILER_PATH=g++ @@ -11,7 +13,7 @@ enable_bolt="1" buildtype=RelWithDebInfo backends="all" build_for_openeuler="0" -enabled_projects="clang;lld;openmp;clang-tools-extra" +enabled_projects="clang;lld;openmp;clang-tools-extra;mlir;lldb" embedded_toolchain="0" split_dwarf=on use_ccache="0" -- Gitee