Skip to content

[libc] Tempporarily disable fixed point entry points until #80757 is merged. #81945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

lntue
Copy link
Contributor

@lntue lntue commented Feb 16, 2024

No description provided.

@llvmbot
Copy link
Member

llvmbot commented Feb 16, 2024

@llvm/pr-subscribers-libc

Author: None (lntue)

Changes

…merged.


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

1 Files Affected:

  • (modified) libc/config/linux/x86_64/entrypoints.txt (+7-6)
diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt
index 69912d3b32f030..802c42b967cfaf 100644
--- a/libc/config/linux/x86_64/entrypoints.txt
+++ b/libc/config/linux/x86_64/entrypoints.txt
@@ -445,12 +445,13 @@ endif()
 if(LIBC_COMPILER_HAS_FIXED_POINT)
   list(APPEND TARGET_LIBM_ENTRYPOINTS
     # stdfix.h _Fract and _Accum entrypoints
-    libc.src.stdfix.abshk
-    libc.src.stdfix.abshr
-    libc.src.stdfix.absk
-    libc.src.stdfix.absr
-    libc.src.stdfix.abslk
-    libc.src.stdfix.abslr
+    # Re-enable the entry points once #80757 is merged.
+    # libc.src.stdfix.abshk
+    # libc.src.stdfix.abshr
+    # libc.src.stdfix.absk
+    # libc.src.stdfix.absr
+    # libc.src.stdfix.abslk
+    # libc.src.stdfix.abslr
   )
 endif()
 

@lntue lntue changed the title [libc] Tempporarily disable fixed point entry points until #80757 is … [libc] Tempporarily disable fixed point entry points until #80757 is merged. Feb 16, 2024
@lntue lntue merged commit 3e77871 into llvm:main Feb 16, 2024
@lntue lntue deleted the entrypoint branch February 16, 2024 00:05
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