aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorlntue <35648136+lntue@users.noreply.github.com>2024-02-15 19:05:51 -0500
committerGitHub <noreply@github.com>2024-02-15 19:05:51 -0500
commit3e77871c220e4d4c91956060b15ff28e27b2b764 (patch)
tree9d911431b0f6cc7c87b0948e6fac4270621ced89 /libc
parenteb0c8de1eed7c8198e397c56aa12b30abad42cf5 (diff)
downloadllvm-3e77871c220e4d4c91956060b15ff28e27b2b764.zip
llvm-3e77871c220e4d4c91956060b15ff28e27b2b764.tar.gz
llvm-3e77871c220e4d4c91956060b15ff28e27b2b764.tar.bz2
[libc] Tempporarily disable fixed point entry points until #80757 is merged. (#81945)
Diffstat (limited to 'libc')
-rw-r--r--libc/config/linux/x86_64/entrypoints.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/libc/config/linux/x86_64/entrypoints.txt b/libc/config/linux/x86_64/entrypoints.txt
index 69912d3..802c42b 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()