[libcxx-commits] [PATCH] D69708: [libcxx] Disable -Wconstant-evaluated for testsuite

Dávid Bolvanský via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 18 14:19:32 PST 2019


xbolva00 added a comment.

Yes, it was commited to fix red buildbot (libc++’s buildbot uses -Werror).

Warning did not reveal any real bugs in testsuite. It warned for cases which are tautologically true/false but it makes sense to have such tests in libc++ testsuite. So turning off warning looked as a reasonable decision.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69708





More information about the libcxx-commits mailing list