[all-commits] [llvm/llvm-project] 2308c7: [libc] Enable most of the libc entrypoitns for ris...

Mikhail R. Gadelha via All-commits all-commits at lists.llvm.org
Sat Jul 20 11:47:30 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2308c7f5c5b5dbb4b9a5a693b122f794fdaf00cd
      https://github.com/llvm/llvm-project/commit/2308c7f5c5b5dbb4b9a5a693b122f794fdaf00cd
  Author: Mikhail R. Gadelha <mikhail at igalia.com>
  Date:   2024-07-20 (Sat, 20 Jul 2024)

  Changed paths:
    M libc/config/linux/riscv/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/src/__support/File/file.cpp
    M libc/src/__support/File/file.h
    M libc/test/src/__support/File/platform_file_test.cpp

  Log Message:
  -----------
  [libc] Enable most of the libc entrypoitns for riscv (#99771)

This patch enables most of the libc entrypoints for riscv, except for fstatvfs, statvfs, dmull and fmull which are currently failing compilation. float16 is also not added, as rv32 doesn't seem to support it yet.

This patch also fixes the call to seek, which should take an off_t, and was missed in PR #68269.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list