Skip to content

Commit df4263f

Browse files
author
chenqian
committed
esp/ci: Update to llvm-23-optimization-test-v3
1 parent cc0975e commit df4263f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,11 +621,14 @@ test_pie_optimizations:
621621
when: always
622622
expire_in: 1 day
623623
variables:
624-
TEST_APP_ESP_DSP_CUSTOM_BRANCH: "llvm-23-optimization-test-v2"
624+
TEST_APP_ESP_DSP_CUSTOM_BRANCH: "llvm-23-optimization-test-v3"
625625
UNPACK_TOOL: "tar xJvf"
626626
allow_failure: true
627627
script:
628-
- LLVM_PROJECT_PATH=$PWD
628+
- export LLVM_PROJECT_PATH=$PWD
629+
- export ESP_LLVM_BIN_PREPEND_DISABLED=1
630+
- export DSP_ASM_COMPARE_MODE=relaxed
631+
- export DSP_ASM_COMPARE_SHOW_SIMILARITY=1
629632
- ls -l ${PWD}/${DIST_DIR}
630633
- PIE_TEST_TOOLS_ARCH=${PWD}/${DIST_DIR}/pie_test_tools.tar.xz
631634
- echo "Unpacking tools for PIE optimization tests"

0 commit comments

Comments
 (0)