|
393 | 393 | useTwoStage=True,
|
394 | 394 | runTestSuite=True,
|
395 | 395 | testsuite_flags=[
|
396 |
| - '--cppflags', '-mcpu=cortex-a57 -fuse-ld=lld', |
| 396 | + '--cppflags', '-mcpu=neoverse-n1 -fuse-ld=lld', |
397 | 397 | '--threads=32', '--build-threads=32'],
|
398 | 398 | extra_cmake_args=[
|
399 |
| - "-DCMAKE_C_FLAGS='-mcpu=cortex-a57'", |
400 |
| - "-DCMAKE_CXX_FLAGS='-mcpu=cortex-a57'", |
| 399 | + "-DCMAKE_C_FLAGS='-mcpu=neoverse-n1'", |
| 400 | + "-DCMAKE_CXX_FLAGS='-mcpu=neoverse-n1'", |
401 | 401 | "-DLLVM_ENABLE_LLD=True"])},
|
402 | 402 |
|
403 | 403 | ## AArch64 run test-suite at -O0 (GlobalISel is now default).
|
|
425 | 425 | useTwoStage=True,
|
426 | 426 | runTestSuite=True,
|
427 | 427 | testsuite_flags=[
|
428 |
| - '--cppflags', '-mcpu=cortex-a57 -fuse-ld=lld', |
| 428 | + '--cppflags', '-mcpu=neoverse-n1 -fuse-ld=lld', |
429 | 429 | '--threads=32', '--build-threads=32'],
|
430 | 430 | extra_cmake_args=[
|
431 |
| - "-DCMAKE_C_FLAGS='-mcpu=cortex-a57'", |
432 |
| - "-DCMAKE_CXX_FLAGS='-mcpu=cortex-a57'", |
| 431 | + "-DCMAKE_C_FLAGS='-mcpu=neoverse-n1'", |
| 432 | + "-DCMAKE_CXX_FLAGS='-mcpu=neoverse-n1'", |
433 | 433 | "-DCOMPILER_RT_BUILD_SANITIZERS=OFF",
|
434 | 434 | "-DLLVM_ENABLE_LLD=True",
|
435 | 435 | # lld tests cause us to hit thread limits
|
|
452 | 452 | 'NO_STOP_MESSAGE':'1', # For Fortran test-suite
|
453 | 453 | },
|
454 | 454 | testsuite_flags=[
|
455 |
| - '--cppflags', '-mcpu=cortex-a57', |
| 455 | + '--cppflags', '-mcpu=neoverse-n1', |
456 | 456 | '--threads=32', '--build-threads=32'],
|
457 | 457 | extra_cmake_args=[
|
458 |
| - "-DCMAKE_C_FLAGS='-mcpu=cortex-a57'", |
459 |
| - "-DCMAKE_CXX_FLAGS='-mcpu=cortex-a57'", |
| 458 | + "-DCMAKE_C_FLAGS='-mcpu=neoverse-n1'", |
| 459 | + "-DCMAKE_CXX_FLAGS='-mcpu=neoverse-n1'", |
460 | 460 | "-DLLVM_LIT_ARGS='-v'",
|
461 | 461 | "-DMLIR_INCLUDE_INTEGRATION_TESTS=True",
|
462 | 462 | "-DMLIR_RUN_ARM_SVE_TESTS=True",
|
|
0 commit comments