[all-commits] [llvm/llvm-project] 6714e1: [libc++abi][NFCI] Consistently group new_handler, ...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Sep 30 11:16:23 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6714e1ce3b5ec02af2f9ab878bd10d273f02aa7e
      https://github.com/llvm/llvm-project/commit/6714e1ce3b5ec02af2f9ab878bd10d273f02aa7e
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-09-30 (Thu, 30 Sep 2021)

  Changed paths:
    M libcxxabi/src/cxa_default_handlers.cpp
    M libcxxabi/src/cxa_handlers.cpp

  Log Message:
  -----------
  [libc++abi][NFCI] Consistently group new_handler, unexpected_handler and terminate_handler

Previously, the definitions of __cxa_terminate_handler and __cxa_unexpected_handler
(and their set_xxx_handler functions) were grouped together, but the
definition of __cxa_new_handler wasn't. This commit simply moves those
to the same file to treat all handlers consistently.




More information about the All-commits mailing list