[all-commits] [llvm/llvm-project] b4e75e: [libc][nfc] Fix ucontext buildbot failure with noe...

Jeff Bailey via All-commits all-commits at lists.llvm.org
Fri Apr 17 00:00:36 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b4e75e158e460f66407bd5be7d13a38ff61d816a
      https://github.com/llvm/llvm-project/commit/b4e75e158e460f66407bd5be7d13a38ff61d816a
  Author: Jeff Bailey <jbailey at raspberryginger.com>
  Date:   2026-04-17 (Fri, 17 Apr 2026)

  Changed paths:
    M libc/src/ucontext/getcontext.h
    M libc/src/ucontext/setcontext.h
    M libc/src/ucontext/x86_64/getcontext.cpp
    M libc/src/ucontext/x86_64/setcontext.cpp

  Log Message:
  -----------
  [libc][nfc] Fix ucontext buildbot failure with noexcept (#192343) (#192601)

Added noexcept to getcontext and setcontext declarations and definitions
to resolve missing attribute warning on aliases.

This fixes failures on builders using GCC like
libc-x86_64-debian-gcc-fullbuild-dbg.



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