Commits

Joe Groff committed 38be24cd53e
Runtime: Change static_asserts on Lazy to check is_literal_type. The non-Darwin build uses std::once_flag, which has a nontrivial constexpr ctor, so it still meets the requirement we care about that it doesn't cost a global constructor. Swift SVN r28275