[libc] Correct x86_64 architecture for string(s) tests. (#143150)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user