[all-commits] [llvm/llvm-project] d9346f: [libc++abi] Mark __cxa_new_handler with _LIBCPP_SA...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Oct 5 11:29:55 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9346f525595da11a5a24db3c541efcd95ac3df0
      https://github.com/llvm/llvm-project/commit/d9346f525595da11a5a24db3c541efcd95ac3df0
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M libcxxabi/src/cxa_default_handlers.cpp

  Log Message:
  -----------
  [libc++abi] Mark __cxa_new_handler with _LIBCPP_SAFE_STATIC

For consistency with the other handlers, and because requiring constant
initialization whenever we can is a good thing.

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




More information about the All-commits mailing list