[all-commits] [llvm/llvm-project] 4c810e: [libc] Add arm-32 syscall implementation.

Siva Chandra via All-commits all-commits at lists.llvm.org
Wed Aug 31 11:11:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c810ecb68ef8e9090abd1927ec7262b35005ee7
      https://github.com/llvm/llvm-project/commit/4c810ecb68ef8e9090abd1927ec7262b35005ee7
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-08-31 (Wed, 31 Aug 2022)

  Changed paths:
    M libc/config/linux/arm/entrypoints.txt
    A libc/src/__support/OSUtil/linux/arm/CMakeLists.txt
    A libc/src/__support/OSUtil/linux/arm/syscall.h
    M libc/src/__support/OSUtil/linux/syscall.h

  Log Message:
  -----------
  [libc] Add arm-32 syscall implementation.

The implementation currently supports only non-thumb mode. As a test for
the implementation, mmap and munmap functions have been enabled.

Reviewed By: michaelrj

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




More information about the All-commits mailing list