File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
utils/bazel/llvm-project-overlay/libc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1752,8 +1752,8 @@ libc_support_library(
17521752)
17531753
17541754libc_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)
You can’t perform that action at this time.
0 commit comments