[all-commits] [llvm/llvm-project] ba6a39: [libc] add working ARM entrypoints

michaelrj-google via All-commits all-commits at lists.llvm.org
Wed Jan 12 14:24:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ba6a3972d74c0a7fbdece83378f9834d56106d94
      https://github.com/llvm/llvm-project/commit/ba6a3972d74c0a7fbdece83378f9834d56106d94
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-01-12 (Wed, 12 Jan 2022)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/test/src/stdlib/strtold_test.cpp

  Log Message:
  -----------
  [libc] add working ARM entrypoints

Some functions were added to x86_64 that were untested on Aarch64. Now
that I've had an opportunity to test them, they all work on Aarch64 with
the minor formatting change included.

Reviewed By: sivachandra

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




More information about the All-commits mailing list