Skip to content

Commit

Permalink
-v already added by clang builder
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpickett committed Nov 20, 2024
1 parent 7e85991 commit bc0a174
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,7 @@
"-DCMAKE_CXX_FLAGS='-mcpu=neoverse-v2'",
"-DLLVM_ENABLE_LLD=True",
"-DMLIR_INCLUDE_INTEGRATION_TESTS=True",
"-DMLIR_RUN_ARM_SVE_TESTS=True",
"-DLLVM_LIT_ARGS='-v'"])},
"-DMLIR_RUN_ARM_SVE_TESTS=True"])},

# AArch64 Clang+LLVM+RT+LLD check-all + flang + test-suite 2-stage with SVE2
# (not just SVE) Vector Length Agnostic codegen.
Expand All @@ -612,8 +611,7 @@
"-DCMAKE_CXX_FLAGS='-mcpu=neoverse-v2 -mllvm -scalable-vectorization=preferred -mllvm -treat-scalable-fixed-error-as-warning=false'",
"-DLLVM_ENABLE_LLD=True",
"-DMLIR_INCLUDE_INTEGRATION_TESTS=True",
"-DMLIR_RUN_ARM_SVE_TESTS=True",
"-DLLVM_LIT_ARGS='-v'"])},
"-DMLIR_RUN_ARM_SVE_TESTS=True"])},

{'name' : "clang-arm64-windows-msvc-2stage",
'tags' : ["clang"],
Expand Down

0 comments on commit bc0a174

Please sign in to comment.