Skip to content

Conversation

@pranavk
Copy link
Contributor

@pranavk pranavk commented Nov 8, 2024

No description provided.

@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Nov 8, 2024
@llvmbot
Copy link
Member

llvmbot commented Nov 8, 2024

@llvm/pr-subscribers-libc

Author: Pranav Kant (pranavk)

Changes

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

1 Files Affected:

  • (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+7)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 37669d9033fe30..7a6d1cf2e9c6de 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -2203,6 +2203,13 @@ libc_math_function(
     ],
 )
 
+libc_math_function(
+    name = "exp10m1f",
+    additional_deps = [
+        ":explogxf",
+    ],
+)
+
 libc_math_function(
     name = "exp2",
     additional_deps = [

@pranavk pranavk merged commit cb98366 into llvm:main Nov 8, 2024
9 checks passed
Groverkss pushed a commit to iree-org/llvm-project that referenced this pull request Nov 15, 2024
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