workflows/release-binaries: Do a preliminary build to fill ccache (#72576)
[llvm-project.git] / libc / test / utils / FPUtil / CMakeLists.txt
blob06b7042e20db5a77978ddb0b216064960f4f591a
1 if((${LIBC_TARGET_OS} STREQUAL "linux") AND (${LIBC_TARGET_ARCHITECTURE_IS_X86}))
2   add_libc_unittest(
3     x86_long_double_test
4     SRCS
5       x86_long_double_test.cpp
6     DEPENDS
7       libc.include.math
8       libc.src.__support.FPUtil.fp_bits
9   )
10 endif()