Skip to content

Commit f475ccd

Browse files
authored
Fix to the libc BUILD.bazel file after changing atan_utils.h deps. (#134128)
Additional fix for libc BUILD.bazel after commit 8741412 (#133980) This seems to match libc/src/math/generic/CMakeLists.txt.
1 parent 32dff27 commit f475ccd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,6 @@ libc_support_library(
18811881
name = "inv_trigf_utils",
18821882
srcs = ["src/math/generic/inv_trigf_utils.cpp"],
18831883
hdrs = [
1884-
"src/math/generic/atan_utils.h",
18851884
"src/math/generic/inv_trigf_utils.h",
18861885
],
18871886
deps = [

0 commit comments

Comments
 (0)