Skip to content

Commit 425defd

Browse files
authored
[libc][Obvious] Remove the previous ErrnoSetterMatcher target. (#67469)
A target still depending on the old target has been updated.
1 parent c07b617 commit 425defd

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

libc/test/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@ add_custom_target(libc-long-running-tests)
88

99
add_subdirectory(UnitTest)
1010

11-
add_header_library(
12-
errno_setter_matcher
13-
HDRS
14-
ErrnoSetterMatcher.h
15-
DEPENDS
16-
libc.src.__support.common
17-
libc.src.__support.FPUtil.fp_bits
18-
libc.src.__support.StringUtil.error_to_string
19-
libc.src.errno.errno
20-
)
21-
2211
if(LIBC_TARGET_ARCHITECTURE_IS_GPU AND
2312
(NOT TARGET libc.utils.gpu.loader OR NOT TARGET libc.startup.gpu.crt1))
2413
message(WARNING "Cannot build libc GPU tests, missing loader implementation")

libc/test/UnitTest/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,10 @@ add_unittest_framework_library(
165165
add_header_library(
166166
ErrnoSetterMatcher
167167
HDRS
168-
ErrnoSetterMatcher
168+
ErrnoSetterMatcher.h
169+
DEPENDS
170+
libc.src.__support.common
171+
libc.src.__support.FPUtil.fp_bits
172+
libc.src.__support.StringUtil.error_to_string
173+
libc.src.errno.errno
169174
)

libc/test/src/stdlib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ add_libc_test(
99
DEPENDS
1010
libc.src.errno.errno
1111
libc.src.stdlib.atof
12-
libc.test.errno_setter_matcher
1312
)
1413

1514
add_header_library(

0 commit comments

Comments
 (0)