[all-commits] [llvm/llvm-project] b950a0: [libc][Obvious] Remove an unnecessary dep and use ...

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue Mar 22 00:10:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b950a0d44d8afd37d7e715507bd10422d53a499e
      https://github.com/llvm/llvm-project/commit/b950a0d44d8afd37d7e715507bd10422d53a499e
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-03-22 (Tue, 22 Mar 2022)

  Changed paths:
    M libc/loader/linux/x86_64/CMakeLists.txt
    M libc/loader/linux/x86_64/start.cpp
    M libc/src/stdlib/CMakeLists.txt

  Log Message:
  -----------
  [libc][Obvious] Remove an unnecessary dep and use inline_memcpy.

An unnecessary dep of the getenv function is removed. From the x86_64
loader, a call to __llvm_libc::memcpy is replaced with call to
__llvm_libc::inline_memcpy.




More information about the All-commits mailing list