Skip to content

Commit a83e9dc

Browse files
authored
[ATfE] Enable all v7-M, v8-M, and v8.1-M variants for LLVM-libc tests (#478)
#420 introduced hermetic testing for LLVM-libc. However, it did not enable all variants. Now we enable all possible variants that compile, to prepare for use in pre-merge scripts.
1 parent 1b5126d commit a83e9dc

File tree

54 files changed

+54
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+54
-54
lines changed

arm-software/embedded/arm-multilib/json/variants/armebv7m_hard_fpv4_sp_d16_exn_rtti_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"llvmlibc": {
3434
"ENABLE_CXX_LIBS": "ON",
35-
"ENABLE_LIBC_TESTS": "OFF",
35+
"ENABLE_LIBC_TESTS": "ON",
3636
"ENABLE_COMPILER_RT_TESTS": "OFF",
3737
"ENABLE_LIBCXX_TESTS": "OFF"
3838
}

arm-software/embedded/arm-multilib/json/variants/armebv7m_hard_fpv4_sp_d16_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"llvmlibc": {
3434
"ENABLE_CXX_LIBS": "ON",
35-
"ENABLE_LIBC_TESTS": "OFF",
35+
"ENABLE_LIBC_TESTS": "ON",
3636
"ENABLE_COMPILER_RT_TESTS": "OFF",
3737
"ENABLE_LIBCXX_TESTS": "OFF"
3838
}

arm-software/embedded/arm-multilib/json/variants/armebv7m_soft_fpv4_sp_d16_exn_rtti_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"llvmlibc": {
3434
"ENABLE_CXX_LIBS": "ON",
35-
"ENABLE_LIBC_TESTS": "OFF",
35+
"ENABLE_LIBC_TESTS": "ON",
3636
"ENABLE_COMPILER_RT_TESTS": "OFF",
3737
"ENABLE_LIBCXX_TESTS": "OFF"
3838
}

arm-software/embedded/arm-multilib/json/variants/armebv7m_soft_fpv4_sp_d16_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"llvmlibc": {
3434
"ENABLE_CXX_LIBS": "ON",
35-
"ENABLE_LIBC_TESTS": "OFF",
35+
"ENABLE_LIBC_TESTS": "ON",
3636
"ENABLE_COMPILER_RT_TESTS": "OFF",
3737
"ENABLE_LIBCXX_TESTS": "OFF"
3838
}

arm-software/embedded/arm-multilib/json/variants/armebv7m_soft_nofp_exn_rtti_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"llvmlibc": {
3434
"ENABLE_CXX_LIBS": "ON",
35-
"ENABLE_LIBC_TESTS": "OFF",
35+
"ENABLE_LIBC_TESTS": "ON",
3636
"ENABLE_COMPILER_RT_TESTS": "OFF",
3737
"ENABLE_LIBCXX_TESTS": "OFF"
3838
}

arm-software/embedded/arm-multilib/json/variants/armebv7m_soft_nofp_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"llvmlibc": {
3434
"ENABLE_CXX_LIBS": "ON",
35-
"ENABLE_LIBC_TESTS": "OFF",
35+
"ENABLE_LIBC_TESTS": "ON",
3636
"ENABLE_COMPILER_RT_TESTS": "OFF",
3737
"ENABLE_LIBCXX_TESTS": "OFF"
3838
}

arm-software/embedded/arm-multilib/json/variants/armv7m_hard_fpv4_sp_d16_exn_rtti_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"llvmlibc": {
3434
"ENABLE_CXX_LIBS": "ON",
35-
"ENABLE_LIBC_TESTS": "OFF",
35+
"ENABLE_LIBC_TESTS": "ON",
3636
"ENABLE_COMPILER_RT_TESTS": "OFF",
3737
"ENABLE_LIBCXX_TESTS": "OFF"
3838
}

arm-software/embedded/arm-multilib/json/variants/armv7m_hard_fpv4_sp_d16_exn_rtti_unaligned_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"llvmlibc": {
3434
"ENABLE_CXX_LIBS": "ON",
35-
"ENABLE_LIBC_TESTS": "OFF",
35+
"ENABLE_LIBC_TESTS": "ON",
3636
"ENABLE_COMPILER_RT_TESTS": "OFF",
3737
"ENABLE_LIBCXX_TESTS": "OFF"
3838
}

arm-software/embedded/arm-multilib/json/variants/armv7m_hard_fpv4_sp_d16_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"llvmlibc": {
3434
"ENABLE_CXX_LIBS": "ON",
35-
"ENABLE_LIBC_TESTS": "OFF",
35+
"ENABLE_LIBC_TESTS": "ON",
3636
"ENABLE_COMPILER_RT_TESTS": "OFF",
3737
"ENABLE_LIBCXX_TESTS": "OFF"
3838
}

arm-software/embedded/arm-multilib/json/variants/armv7m_hard_fpv4_sp_d16_unaligned_size.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"llvmlibc": {
3434
"ENABLE_CXX_LIBS": "ON",
35-
"ENABLE_LIBC_TESTS": "OFF",
35+
"ENABLE_LIBC_TESTS": "ON",
3636
"ENABLE_COMPILER_RT_TESTS": "OFF",
3737
"ENABLE_LIBCXX_TESTS": "OFF"
3838
}

0 commit comments

Comments
 (0)