From 4550150a256dd535b8263b11d7023db9bad8e471 Mon Sep 17 00:00:00 2001 From: xwx1135370 Date: Tue, 17 Jun 2025 14:34:30 +0800 Subject: [PATCH] =?UTF-8?q?Test=20[liteos]optimized=5Froutines=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E5=90=8Ellvm=E5=B7=A5=E5=85=B7=E9=93=BE=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit issue:https://gitee.com/openharmony/third_party_optimized_routines/issues/ICF7E7?from=project-issue Signed-off-by: xwx1135370 --- llvm-build/build_musl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm-build/build_musl.sh b/llvm-build/build_musl.sh index 39a0d23ac893..a047c8efefc4 100755 --- a/llvm-build/build_musl.sh +++ b/llvm-build/build_musl.sh @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -set -e +set -ex # This script is used to create musl's libc.so. -- Gitee