[all-commits] [llvm/llvm-project] 14798b: unwind: rename `__personality_routine` to `_Unwind...

Saleem Abdulrasool via All-commits all-commits at lists.llvm.org
Mon Feb 10 08:54:07 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 14798b44658c8b30b44afae20d0f391e88eb5bec
      https://github.com/llvm/llvm-project/commit/14798b44658c8b30b44afae20d0f391e88eb5bec
  Author: Saleem Abdulrasool <compnerd at compnerd.org>
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
    M libunwind/include/unwind.h
    M libunwind/src/Unwind-EHABI.cpp
    M libunwind/src/Unwind-seh.cpp
    M libunwind/src/Unwind-sjlj.c
    M libunwind/src/UnwindLevel1-gcc-ext.c
    M libunwind/src/UnwindLevel1.c

  Log Message:
  -----------
  unwind: rename `__personality_routine` to `_Unwind_Personality_Fn`

This patch renames `__personality_routine` to `_Unwind_Personality_Fn`
in `unwind.h`. Both `unwind.h` from clang and GCC headers use this name
instead of `__personality_routine`. With this patch one is also able to
build libc++abi with libunwind support on Windows.

Patch by Markus Böck!




More information about the All-commits mailing list