Skip to content

Conversation

@amykhuang
Copy link
Collaborator

Additional fix for libc BUILD.bazel after commit 8741412 (#133980)

This seems to match libc/src/math/generic/CMakeLists.txt.

@amykhuang amykhuang requested a review from lntue April 2, 2025 17:51
@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Apr 2, 2025
@llvmbot
Copy link
Member

llvmbot commented Apr 2, 2025

@llvm/pr-subscribers-libc

Author: Amy Huang (amykhuang)

Changes

Additional fix for libc BUILD.bazel after commit 8741412 (#133980)

This seems to match libc/src/math/generic/CMakeLists.txt.


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

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (-1)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 1cb48974f4905..a9357485d3a10 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -1881,7 +1881,6 @@ libc_support_library(
     name = "inv_trigf_utils",
     srcs = ["src/math/generic/inv_trigf_utils.cpp"],
     hdrs = [
-        "src/math/generic/atan_utils.h",
         "src/math/generic/inv_trigf_utils.h",
     ],
     deps = [

@vonosmas
Copy link
Contributor

vonosmas commented Apr 2, 2025

Shouldn't this be already fixed by 07504af?

@vonosmas
Copy link
Contributor

vonosmas commented Apr 2, 2025

nevermind, I can see that atan_utils.h has its own Bazel library, and indeed shouldn't be in the hdrs of inv_trigf_utils

@amykhuang amykhuang merged commit f475ccd into llvm:main Apr 2, 2025
10 of 12 checks passed
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.

4 participants