Skip to content

Commit 8888630

Browse files
committed
[ATfE] Enable v7-A and v7-R variants for LLVM-libc tests
Support added in llvm/llvm-project#153576
1 parent dc338d6 commit 8888630

31 files changed

+51
-40
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"llvmlibc": {
3535
"ENABLE_CXX_LIBS": "ON",
36-
"ENABLE_LIBC_TESTS": "OFF",
36+
"ENABLE_LIBC_TESTS": "ON",
3737
"ENABLE_COMPILER_RT_TESTS": "OFF",
3838
"ENABLE_LIBCXX_TESTS": "OFF"
3939
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"llvmlibc": {
3535
"ENABLE_CXX_LIBS": "ON",
36-
"ENABLE_LIBC_TESTS": "OFF",
36+
"ENABLE_LIBC_TESTS": "ON",
3737
"ENABLE_COMPILER_RT_TESTS": "OFF",
3838
"ENABLE_LIBCXX_TESTS": "OFF"
3939
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"llvmlibc": {
3535
"ENABLE_CXX_LIBS": "ON",
36-
"ENABLE_LIBC_TESTS": "OFF",
36+
"ENABLE_LIBC_TESTS": "ON",
3737
"ENABLE_COMPILER_RT_TESTS": "OFF",
3838
"ENABLE_LIBCXX_TESTS": "OFF"
3939
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"llvmlibc": {
3535
"ENABLE_CXX_LIBS": "ON",
36-
"ENABLE_LIBC_TESTS": "OFF",
36+
"ENABLE_LIBC_TESTS": "ON",
3737
"ENABLE_COMPILER_RT_TESTS": "OFF",
3838
"ENABLE_LIBCXX_TESTS": "OFF"
3939
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"llvmlibc": {
3535
"ENABLE_CXX_LIBS": "ON",
36-
"ENABLE_LIBC_TESTS": "OFF",
36+
"ENABLE_LIBC_TESTS": "ON",
3737
"ENABLE_COMPILER_RT_TESTS": "OFF",
3838
"ENABLE_LIBCXX_TESTS": "OFF"
3939
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"llvmlibc": {
3535
"ENABLE_CXX_LIBS": "ON",
36-
"ENABLE_LIBC_TESTS": "OFF",
36+
"ENABLE_LIBC_TESTS": "ON",
3737
"ENABLE_COMPILER_RT_TESTS": "OFF",
3838
"ENABLE_LIBCXX_TESTS": "OFF"
3939
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"llvmlibc": {
3535
"ENABLE_CXX_LIBS": "ON",
36-
"ENABLE_LIBC_TESTS": "OFF",
36+
"ENABLE_LIBC_TESTS": "ON",
3737
"ENABLE_COMPILER_RT_TESTS": "OFF",
3838
"ENABLE_LIBCXX_TESTS": "OFF"
3939
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"llvmlibc": {
3535
"ENABLE_CXX_LIBS": "ON",
36-
"ENABLE_LIBC_TESTS": "OFF",
36+
"ENABLE_LIBC_TESTS": "ON",
3737
"ENABLE_COMPILER_RT_TESTS": "OFF",
3838
"ENABLE_LIBCXX_TESTS": "OFF"
3939
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"llvmlibc": {
3535
"ENABLE_CXX_LIBS": "ON",
36-
"ENABLE_LIBC_TESTS": "OFF",
36+
"ENABLE_LIBC_TESTS": "ON",
3737
"ENABLE_COMPILER_RT_TESTS": "OFF",
3838
"ENABLE_LIBCXX_TESTS": "OFF"
3939
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"llvmlibc": {
3535
"ENABLE_CXX_LIBS": "ON",
36-
"ENABLE_LIBC_TESTS": "OFF",
36+
"ENABLE_LIBC_TESTS": "ON",
3737
"ENABLE_COMPILER_RT_TESTS": "OFF",
3838
"ENABLE_LIBCXX_TESTS": "OFF"
3939
}

0 commit comments

Comments
 (0)