We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31a398 commit 6688632Copy full SHA for 6688632
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -1752,8 +1752,8 @@ libc_support_library(
1752
)
1753
1754
libc_support_library(
1755
- name = "__support_time_linux_clock_conversion",
1756
- hdrs = ["src/__support/time/linux/clock_conversion.h"],
+ name = "__support_time_clock_conversion",
+ hdrs = ["src/__support/time/clock_conversion.h"],
1757
target_compatible_with = select({
1758
"@platforms//os:linux": [],
1759
"//conditions:default": ["@platforms//:incompatible"],
0 commit comments