[libcxx-commits] [PATCH] D108389: [libc++] Bypass calling exception-throwing functions in the dylib with -fno-exceptions

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 19 10:21:53 PDT 2021


Quuxplusone added inline comments.


================
Comment at: libcxx/include/string:1720
+#if defined(_LIBCPP_NO_EXCEPTIONS)
+        _VSTD::abort();
+#else
----------------
`#include <cstdlib>`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108389



More information about the libcxx-commits mailing list