[all-commits] [llvm/llvm-project] 4748b4: [libc++] Mark a few functions in the dylib as noex...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Tue Jun 11 19:19:14 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4748b494e1aa47a8f9d6ea00a80d3f24f419f18a
      https://github.com/llvm/llvm-project/commit/4748b494e1aa47a8f9d6ea00a80d3f24f419f18a
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2024-06-11 (Tue, 11 Jun 2024)

  Changed paths:
    M libcxx/include/__atomic/atomic_sync.h
    M libcxx/include/barrier
    M libcxx/src/atomic.cpp
    M libcxx/src/barrier.cpp

  Log Message:
  -----------
  [libc++] Mark a few functions in the dylib as noexcept (#94098)

This avoids generating landing pads in some of the `atomic` functions
that will never be used, since these functions never throw exceptions.



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