[libcxx-commits] [PATCH] D133661: [libc++] Improve binary size when using __transaction

Bogdan Graur via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 31 04:14:04 PST 2023


bgraur added a comment.

We're seeing a lot of fallout from this patch and they all look related to the ODR violations that seem to be intentionally added here: both the patch description and the comment for the `__exception_guard` mention explicitly that combinations of code compiled with exceptions and without exceptions are common.

Am I missing something here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133661



More information about the libcxx-commits mailing list