Skip to content

Commit 9ae0e24

Browse files
chenqianAlexey Gerenkov
authored andcommitted
esp/ci: Update to llvm-23-optimization-test-v3
1 parent efb1eb0 commit 9ae0e24

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,10 @@ test_pie_optimizations:
792792
- when: on_success
793793
allow_failure: true
794794
script:
795-
- LLVM_PROJECT_PATH=$PWD
795+
- export LLVM_PROJECT_PATH=$PWD
796+
- export ESP_LLVM_BIN_PREPEND_DISABLED=1
797+
- export DSP_ASM_COMPARE_MODE=relaxed
798+
- export DSP_ASM_COMPARE_SHOW_SIMILARITY=1
796799
- ls -l ${PWD}/${DIST_DIR}
797800
- PIE_TEST_TOOLS_ARCH=${PWD}/${DIST_DIR}/pie_test_tools.tar.xz
798801
- echo "Unpacking tools for PIE optimization tests"

0 commit comments

Comments
 (0)