[all-commits] [llvm/llvm-project] cf9063: [libc] Extend the linux thread implementation for ...

Siva Chandra via All-commits all-commits at lists.llvm.org
Thu Mar 9 08:59:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cf90633cf215a5df9626f52c17ab73f0a6b57aa4
      https://github.com/llvm/llvm-project/commit/cf90633cf215a5df9626f52c17ab73f0a6b57aa4
  Author: Siva Chandra <sivachandra at google.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M libc/config/linux/app.h
    M libc/config/linux/riscv64/entrypoints.txt
    M libc/src/__support/threads/linux/thread.cpp
    M libc/src/__support/threads/thread.h
    A libc/startup/linux/riscv64/CMakeLists.txt
    A libc/startup/linux/riscv64/start.cpp

  Log Message:
  -----------
  [libc] Extend the linux thread implementation for riscv64.

Also, added riscv64 startup code for static linking which is used
by the integration tests. Functions from the C standard threads
library have been enabled.

Reviewed By: mikhail.ramalho

Differential Revision: https://reviews.llvm.org/D145670




More information about the All-commits mailing list