[all-commits] [llvm/llvm-project] 6c1f56: [libc] expose aux vector (#75806)

Schrodinger ZHU Yifan via All-commits all-commits at lists.llvm.org
Mon Dec 18 12:27:45 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c1f56fdb51d0a7d5be13289e8b5f5a7bea40cf8
      https://github.com/llvm/llvm-project/commit/6c1f56fdb51d0a7d5be13289e8b5f5a7bea40cf8
  Author: Schrodinger ZHU Yifan <yifanzhu at rochester.edu>
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
    M libc/config/linux/app.h
    M libc/startup/linux/aarch64/start.cpp
    M libc/startup/linux/riscv/start.cpp
    M libc/startup/linux/x86_64/start.cpp

  Log Message:
  -----------
  [libc] expose aux vector (#75806)

This patch lifts aux vector related definitions to app.h. Because
startup's refactoring is in progress, this patch still contains
duplicated changes. This problem will be addressed very soon in an
incoming patch.




More information about the All-commits mailing list