[all-commits] [llvm/llvm-project] 174322: [libc++] Mark __cpp_lib_hardware_interference_size...

Marek Kurdej via All-commits all-commits at lists.llvm.org
Sat May 23 05:34:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 174322c2737d699e199db4762aaf4217305ec465
      https://github.com/llvm/llvm-project/commit/174322c2737d699e199db4762aaf4217305ec465
  Author: Marek Kurdej <marek at quasardb.net>
  Date:   2020-05-23 (Sat, 23 May 2020)

  Changed paths:
    M libcxx/docs/FeatureTestMacroTable.rst
    M libcxx/include/version
    M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.pass.cpp
    M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
    M libcxx/utils/generate_feature_test_macro_components.py

  Log Message:
  -----------
  [libc++] Mark __cpp_lib_hardware_interference_size as unimplemented. This fxes bug PR41423.

Summary:
As described in the bug report:
The commit a8b9f59e8caf378d56e8bfcecdb22184cdabf42d "Implement feature test macros using a script" added test features macros for libc++. Among others, it added `__cpp_lib_hardware_interference_size`. However, there is nothing like std::hardware_constructive_interference_size nor std::hardware_destructive_interference_size, that should be in header <new>.

* https://bugs.llvm.org/show_bug.cgi?id=41423

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D80431




More information about the All-commits mailing list