[libcxx-commits] [PATCH] D152327: [libc++] Fix an exception safety issue in `forward_list` and add tests.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 12 10:10:34 PDT 2023


var-const added a comment.

It looks like the back-deployment test failed due to a configuration issue unrelated to the patch:

  # command stderr:
  ld: file not found: /Library/Developer/CommandLineTools/usr/lib/arc/libarclite_macosx.a
  clang: error: linker command failed with exit code 1 (use -v to see invocation)

I'll go ahead and merge this patch now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152327/new/

https://reviews.llvm.org/D152327



More information about the libcxx-commits mailing list