Skip to content

Commit

Permalink
Use lld on clang-aarch64-full-2stage
Browse files Browse the repository at this point in the history
We have another bot that uses lld, linaro-clang-aarch64-lld-2stage.
However it does not build flang or mlir.

I don't think we really need both, so I've added the
lld settings to clang-aarch64-full-2stage as well.

If this is stable then we can remove linaro-clang-aarch64-lld-2stage.
  • Loading branch information
DavidSpickett committed Oct 17, 2024
1 parent 4d57130 commit 02a5785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@
extra_cmake_args=[
"-DCMAKE_C_FLAGS='-mcpu=cortex-a57'",
"-DCMAKE_CXX_FLAGS='-mcpu=cortex-a57'",
"-DLLVM_ENABLE_LLD=True",
"-DLLVM_LIT_ARGS='-v'",
"-DMLIR_INCLUDE_INTEGRATION_TESTS=True",
"-DMLIR_RUN_ARM_SVE_TESTS=True",
Expand Down

0 comments on commit 02a5785

Please sign in to comment.