Skip to content

Commit 1401a39

Browse files
sohaibiftikharkcloudy0717
authored andcommitted
[LIBC][BUILD] Fix deps after 6f8e17c (llvm#170661)
1 parent d357937 commit 1401a39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,8 +1752,8 @@ libc_support_library(
17521752
)
17531753

17541754
libc_support_library(
1755-
name = "__support_time_linux_clock_conversion",
1756-
hdrs = ["src/__support/time/linux/clock_conversion.h"],
1755+
name = "__support_time_clock_conversion",
1756+
hdrs = ["src/__support/time/clock_conversion.h"],
17571757
target_compatible_with = select({
17581758
"@platforms//os:linux": [],
17591759
"//conditions:default": ["@platforms//:incompatible"],
@@ -1789,8 +1789,8 @@ libc_support_library(
17891789
}),
17901790
deps = [
17911791
":__support_libc_assert",
1792+
":__support_time_clock_conversion",
17921793
":__support_time_linux_abs_timeout",
1793-
":__support_time_linux_clock_conversion",
17941794
":hdr_time_macros",
17951795
],
17961796
)

0 commit comments

Comments
 (0)