[all-commits] [llvm/llvm-project] 8119f1: libcxxabi: declare __gnu_unwind_frame in cxa_perso...

Khem Raj via All-commits all-commits at lists.llvm.org
Mon Apr 27 00:35:47 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8119f1854948b50358bbfaea08f207f51970f06c
      https://github.com/llvm/llvm-project/commit/8119f1854948b50358bbfaea08f207f51970f06c
  Author: Khem Raj <khem.raj at oss.qualcomm.com>
  Date:   2026-04-27 (Mon, 27 Apr 2026)

  Changed paths:
    M libcxxabi/src/cxa_personality.cpp

  Log Message:
  -----------
  libcxxabi: declare __gnu_unwind_frame in cxa_personality (#189787)

ARM EHABI builds of libcxxabi fail with clang-22+ because
cxa_personality.cpp calls __gnu_unwind_frame without a visible
declaration, triggering:

  error: use of undeclared identifier '__gnu_unwind_frame'

Add an extern "C" forward declaration before the EHABI unwind helper so
the source compiles correctly.

Signed-off-by: Khem Raj <khem.raj at oss.qualcomm.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list