Skip to content

Commit 5058e8c

Browse files
committed
Update CMake target dependencies
1 parent f3ea05a commit 5058e8c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

libc/src/math/generic/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,7 @@ add_entrypoint_object(
15421542
libc.hdr.errno_macros
15431543
libc.hdr.fenv_macros
15441544
libc.src.__support.common
1545+
libc.src.__support.FPUtil.cast
15451546
libc.src.__support.FPUtil.except_value_utils
15461547
libc.src.__support.FPUtil.fenv_impl
15471548
libc.src.__support.FPUtil.fp_bits
@@ -5254,7 +5255,9 @@ add_header_library(
52545255
expxf16.h
52555256
DEPENDS
52565257
libc.src.__support.CPP.array
5258+
libc.src.__support.FPUtil.fp_bits
52575259
libc.src.__support.FPUtil.multiply_add
52585260
libc.src.__support.FPUtil.nearest_integer
52595261
libc.src.__support.FPUtil.polyeval
5262+
libc.src.__support.macros.attributes
52605263
)

libc/test/src/math/smoke/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,6 @@ add_fp_unittest(
11851185
libc.hdr.fenv_macros
11861186
libc.src.errno.errno
11871187
libc.src.math.exp2m1f16
1188-
libc.src.__support.FPUtil.cast
11891188
)
11901189

11911190
add_fp_unittest(

0 commit comments

Comments
 (0)