[libcxx-commits] [PATCH] D156019: [libc++] Adds __throw_system_error overload.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jul 22 09:25:26 PDT 2023


Mordante created this revision.
Herald added subscribers: mstorsjo, arichardson.
Herald added a project: All.
Mordante updated this revision to Diff 543167.
Mordante added a comment.
Herald added subscribers: nemanjai, emaste.
Mordante updated this revision to Diff 543177.
Mordante published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Update ABI lists and enable entire CI.


Mordante added a comment.

CI fixes.


This was mention in D150044 <https://reviews.llvm.org/D150044> and D154995 <https://reviews.llvm.org/D154995> that this would be useful.
This addresses the last review coment of D150044 <https://reviews.llvm.org/D150044>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156019

Files:
  libcxx/include/__system_error/system_error.h
  libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
  libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
  libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
  libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
  libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
  libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
  libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
  libcxx/src/print.cpp
  libcxx/src/system_error.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156019.543177.patch
Type: text/x-patch
Size: 10682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230722/bdf7cc8a/attachment-0001.bin>


More information about the libcxx-commits mailing list