[libcxx-commits] [PATCH] D62428: [libcxx] Slightly improved policy for handling experimental features

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 24 14:29:34 PDT 2019


ldionne added a comment.

Basically, we're comfortable with giving this a try and seeing whether we still get into trouble. If so, we might push again for a `-fexperimental` flag, however for now the simple approach taken here might be sufficient.

Also note that we might want a `-fexperimental` flag just to control whether `-lc++experimental` is being linked, however this is left as a separate change if we decide we want to do it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62428





More information about the libcxx-commits mailing list