Skip to content

Commit b033ba8

Browse files
address more comments
1 parent cdf7455 commit b033ba8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

libc/src/__support/time/windows/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ add_object_library(
88
libc.hdr.types.struct_timespec
99
libc.hdr.types.clockid_t
1010
libc.hdr.errno_macros
11-
libc.include.llvm-libc-macros.windows.time_macros_ext
1211
libc.src.__support.common
1312
libc.src.__support.error_or
1413
libc.src.__support.OSUtil.osutil

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,12 +1471,12 @@ libc_support_library(
14711471
}),
14721472
deps = [
14731473
":__support_time",
1474-
":__support_time_linux_clock_gettime",
1474+
":__support_time_clock_gettime",
14751475
],
14761476
)
14771477

14781478
libc_support_library(
1479-
name = "__support_time_linux_clock_gettime",
1479+
name = "__support_time_clock_gettime",
14801480
hdrs = ["src/__support/time/clock_gettime.h"],
14811481
target_compatible_with = select({
14821482
"@platforms//os:linux": [],

0 commit comments

Comments
 (0)