Skip to content

Conversation

@michaelrj-google
Copy link
Contributor

It's not working on the buildbot, so I've disabled it until we fix it.

It's not working on the buildbot, so I've disabled it until we fix it.
@llvmbot llvmbot added the libc label Jan 17, 2024
@llvmbot
Copy link
Member

llvmbot commented Jan 17, 2024

@llvm/pr-subscribers-libc

Author: None (michaelrj-google)

Changes

It's not working on the buildbot, so I've disabled it until we fix it.


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

1 Files Affected:

  • (modified) libc/config/linux/aarch64/entrypoints.txt (+2-1)
diff --git a/libc/config/linux/aarch64/entrypoints.txt b/libc/config/linux/aarch64/entrypoints.txt
index ab54633006979bc..625fa6bffe63c65 100644
--- a/libc/config/linux/aarch64/entrypoints.txt
+++ b/libc/config/linux/aarch64/entrypoints.txt
@@ -357,7 +357,8 @@ set(TARGET_LIBM_ENTRYPOINTS
 if(LIBC_COMPILER_HAS_FLOAT128)
   list(APPEND TARGET_LIBM_ENTRYPOINTS
     # math.h C23 _Float128 entrypoints
-    libc.src.math.fabsf128
+    # Temporarily disabled since float128 isn't working on the aarch64 buildbot
+    # libc.src.math.fabsf128
   )
 endif()
 

@michaelrj-google michaelrj-google merged commit 47d5967 into llvm:main Jan 17, 2024
@michaelrj-google michaelrj-google deleted the libcAarch64f128 branch January 17, 2024 22:23
ampandey-1995 pushed a commit to ampandey-1995/llvm-project that referenced this pull request Jan 19, 2024
It's not working on the buildbot, so I've disabled it until we fix it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants