[all-commits] [llvm/llvm-project] cc78f1: [libc++] Avoid warning for large types with std::a...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Jun 4 11:06:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cc78f1e0feee7505f9c1ef6b2c4c307267466e4a
      https://github.com/llvm/llvm-project/commit/cc78f1e0feee7505f9c1ef6b2c4c307267466e4a
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-06-04 (Thu, 04 Jun 2020)

  Changed paths:
    M libcxx/utils/libcxx/test/config.py

  Log Message:
  -----------
  [libc++] Avoid warning for large types with std::atomic in the test suite

It is legitimate for the test suite to use types that are slow to use
with std::atomic, since we need coverage for those too. If we don't
disable the warning, it is promoted to an error, which prevents us
from testing such types.




More information about the All-commits mailing list