Skip to content

Commit 0382b5e

Browse files
authored
[ATfE] Enable compiler-rt tests on Armv8-M Main variants (#470)
The compiler-rt tests on Armv8-M Main are passing, so it's time we enable them.
1 parent c839764 commit 0382b5e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arm-software/embedded/arm-multilib/json/variants/armv8m.main_hard_fp_exn_rtti_unaligned_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"picolibc": {
2222
"ENABLE_CXX_LIBS": "ON",
2323
"ENABLE_LIBC_TESTS": "ON",
24-
"ENABLE_COMPILER_RT_TESTS": "OFF",
24+
"ENABLE_COMPILER_RT_TESTS": "ON",
2525
"ENABLE_LIBCXX_TESTS": "OFF"
2626
},
2727
"newlib": {

arm-software/embedded/arm-multilib/json/variants/armv8m.main_hard_fp_unaligned_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"picolibc": {
2222
"ENABLE_CXX_LIBS": "ON",
2323
"ENABLE_LIBC_TESTS": "ON",
24-
"ENABLE_COMPILER_RT_TESTS": "OFF",
24+
"ENABLE_COMPILER_RT_TESTS": "ON",
2525
"ENABLE_LIBCXX_TESTS": "OFF"
2626
},
2727
"newlib": {

arm-software/embedded/arm-multilib/json/variants/armv8m.main_soft_nofp_exn_rtti_unaligned_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"picolibc": {
2222
"ENABLE_CXX_LIBS": "ON",
2323
"ENABLE_LIBC_TESTS": "ON",
24-
"ENABLE_COMPILER_RT_TESTS": "OFF",
24+
"ENABLE_COMPILER_RT_TESTS": "ON",
2525
"ENABLE_LIBCXX_TESTS": "OFF"
2626
},
2727
"newlib": {

arm-software/embedded/arm-multilib/json/variants/armv8m.main_soft_nofp_unaligned_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"picolibc": {
2222
"ENABLE_CXX_LIBS": "ON",
2323
"ENABLE_LIBC_TESTS": "ON",
24-
"ENABLE_COMPILER_RT_TESTS": "OFF",
24+
"ENABLE_COMPILER_RT_TESTS": "ON",
2525
"ENABLE_LIBCXX_TESTS": "OFF"
2626
},
2727
"newlib": {

0 commit comments

Comments
 (0)