Skip to content

Commit 6688632

Browse files
[LIBC][BUILD] Fix deps after 6f8e17c
1 parent b31a398 commit 6688632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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"],

0 commit comments

Comments
 (0)