repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
workflows/release-binaries: Do a preliminary build to fill ccache (#72576)
[llvm-project.git]
/
libc
/
test
/
utils
/
FPUtil
/
CMakeLists.txt
blob
06b7042e20db5a77978ddb0b216064960f4f591a
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()