[libcxx-commits] [PATCH] D81973: [libcxx/variant] Fix build error for when exceptions disabled.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 18 07:34:52 PDT 2020


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: dexonsmith.

LGTM, thanks.

FYI, the right way of disabling exceptions in the test suite is

  <build>/bin/llvm-lit -sv libcxx/test --param enable_exceptions=False

This will set the right Lit feature (`no-exceptions`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81973





More information about the libcxx-commits mailing list