[all-commits] [llvm/llvm-project] c6dcc3: [libc] Add __cxa_atexit support to the atexit func...

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue Aug 9 14:43:01 PDT 2022


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

  Changed paths:
    M libc/cmake/modules/LLVMLibCTestRules.cmake
    M libc/loader/linux/aarch64/CMakeLists.txt
    M libc/loader/linux/aarch64/start.cpp
    M libc/loader/linux/x86_64/CMakeLists.txt
    M libc/loader/linux/x86_64/start.cpp
    M libc/src/stdlib/CMakeLists.txt
    M libc/src/stdlib/atexit.cpp
    M libc/src/stdlib/atexit.h
    M libc/test/integration/loader/linux/init_fini_array_test.cpp

  Log Message:
  -----------
  [libc] Add __cxa_atexit support to the atexit function.

Reviewed By: abrachet

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




More information about the All-commits mailing list