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 7172116
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,11 +453,12 @@
'NO_STOP_MESSAGE':'1', # For Fortran test-suite
},
testsuite_flags=[
'--cppflags', '-mcpu=cortex-a57',
'--cppflags', '-mcpu=cortex-a57 -fuse-ld=lld',
'--threads=32', '--build-threads=32'],
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 7172116

Please sign in to comment.