Skip to content

Conversation

@sohaibiftikhar
Copy link
Member

No description provided.

@sohaibiftikhar sohaibiftikhar self-assigned this Dec 4, 2025
@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Dec 4, 2025
@llvmbot
Copy link
Member

llvmbot commented Dec 4, 2025

@llvm/pr-subscribers-libc

Author: Sohaib Iftikhar (sohaibiftikhar)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/170661.diff

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+2-2)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index e063de015506b..756bc67c2c559 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -1752,8 +1752,8 @@ libc_support_library(
 )
 
 libc_support_library(
-    name = "__support_time_linux_clock_conversion",
-    hdrs = ["src/__support/time/linux/clock_conversion.h"],
+    name = "__support_time_clock_conversion",
+    hdrs = ["src/__support/time/clock_conversion.h"],
     target_compatible_with = select({
         "@platforms//os:linux": [],
         "//conditions:default": ["@platforms//:incompatible"],

@sohaibiftikhar sohaibiftikhar merged commit 184416b into llvm:main Dec 4, 2025
12 checks passed
@sohaibiftikhar sohaibiftikhar deleted the r167723 branch December 4, 2025 14:15
kcloudy0717 pushed a commit to kcloudy0717/llvm-project that referenced this pull request Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel "Peripheral" support tier build system: utils/bazel libc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants