[llvm] Fix to the libc BUILD.bazel file after changing atan_utils.h deps. (PR #134128)
Amy Huang via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 10:51:13 PDT 2025
https://github.com/amykhuang created https://github.com/llvm/llvm-project/pull/134128
Additional fix for libc BUILD.bazel after commit 8741412 (#133980)
This seems to match libc/src/math/generic/CMakeLists.txt.
>From b93821a04094cd2f2fad309ee3ac99202a175360 Mon Sep 17 00:00:00 2001
From: Amy Huang <akhuang at google.com>
Date: Wed, 2 Apr 2025 17:45:28 +0000
Subject: [PATCH] Another fix to the libc BUILD.bazel file after changing
atan_utils.h dependencies
---
utils/bazel/llvm-project-overlay/libc/BUILD.bazel | 1 -
1 file changed, 1 deletion(-)
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 = [
More information about the llvm-commits
mailing list