[libc-commits] [libc] [libc][math][NFC] Fix dependency for acospif (PR #184738)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Wed Mar 4 21:03:35 PST 2026
https://github.com/bassiounix created https://github.com/llvm/llvm-project/pull/184738
None
>From b5c4051271e17cabdf85fd419318b89b787488d6 Mon Sep 17 00:00:00 2001
From: bassiounix <muhammad.m.bassiouni at gmail.com>
Date: Thu, 5 Mar 2026 06:56:07 +0200
Subject: [PATCH] [libc][math][NFC] Fix dependency for acospif
---
libc/src/__support/math/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libc/src/__support/math/CMakeLists.txt b/libc/src/__support/math/CMakeLists.txt
index 3bb8e76a54bfb..79278b6e77a3b 100644
--- a/libc/src/__support/math/CMakeLists.txt
+++ b/libc/src/__support/math/CMakeLists.txt
@@ -100,7 +100,7 @@ add_header_library(
acospif.h
DEPENDS
.inv_trigf_utils
- libc.src.__support.FPUtil.fenv_implt
+ libc.src.__support.FPUtil.fenv_impl
libc.src.__support.FPUtil.fp_bits
libc.src.__support.FPUtil.polyeval
libc.src.__support.FPUtil.cast
More information about the libc-commits
mailing list