[libc-commits] [libc] 3abae1c - [libc] Partial revert of "[libc] Update supported riscv libs"

Mikhail R. Gadelha via libc-commits libc-commits at lists.llvm.org
Mon Apr 17 12:48:29 PDT 2023


Author: Mikhail R. Gadelha
Date: 2023-04-17T16:47:47-03:00
New Revision: 3abae1c88416858cf2e9a7ed9417bc52033933b4

URL: https://github.com/llvm/llvm-project/commit/3abae1c88416858cf2e9a7ed9417bc52033933b4
DIFF: https://github.com/llvm/llvm-project/commit/3abae1c88416858cf2e9a7ed9417bc52033933b4.diff

LOG: [libc] Partial revert of "[libc] Update supported riscv libs"

Partial revert of commit ee917996708c936dd7f275de06b7895f5e3c11ec.

I can't reproduce the error locally, so let's revert it to keep the bots
happy.

Added: 
    

Modified: 
    libc/config/linux/riscv64/entrypoints.txt

Removed: 
    


################################################################################
diff  --git a/libc/config/linux/riscv64/entrypoints.txt b/libc/config/linux/riscv64/entrypoints.txt
index c770413da0a60..19ff4e85b953c 100644
--- a/libc/config/linux/riscv64/entrypoints.txt
+++ b/libc/config/linux/riscv64/entrypoints.txt
@@ -280,7 +280,6 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.llround
     libc.src.math.llroundf
     libc.src.math.llroundl
-    libc.src.math.log10
     libc.src.math.log10f
     libc.src.math.log1pf
     libc.src.math.log2f


        


More information about the libc-commits mailing list