Skip to content

Commit

Permalink
Add v79 HVX test suite run
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Cain <bcain@quicinc.com>
  • Loading branch information
androm3da committed Feb 28, 2025
1 parent 8f6e280 commit b077f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if [[ ${TEST_TOOLCHAIN-0} -eq 1 ]]; then
# needs google benchmark changes to count hexagon cycles
# in order to build, see ./test-suite-patches
set +e
for opt in CodeSize O0 MinSize O2
for opt in target-hexagon-v79-O2 O0 CodeSize MinSize O2
do
cmake=$(readlink -f llvm-test-suite/cmake/caches/${opt}.cmake)
test_llvm ${cmake} 2>&1 | tee ${RESULTS_DIR}/llvm-test-suite_${opt}.log
Expand Down

0 comments on commit b077f7e

Please sign in to comment.