[libc] Correct x86_64 architecture for string(s) tests. (#143150)

This commit is contained in:
lntue
2025-06-06 11:18:55 -04:00
committed by GitHub
parent 306148b541
commit 891a0abfc2
3 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
if((${LIBC_TARGET_OS} STREQUAL "linux") AND (${LIBC_TARGET_ARCHITECTURE_IS_X86}))
if((${LIBC_TARGET_OS} STREQUAL "linux") AND ((${LIBC_TARGET_ARCHITECTURE_IS_X86})
OR (${LIBC_TARGET_ARCHITECTURE_IS_X86_64})))
add_libc_unittest(
x86_long_double_test
SRCS