[all-commits] [llvm/llvm-project] aad311: Partial revert of "Use std::foo_t rather than std:...

Jon Roelofs via All-commits all-commits at lists.llvm.org
Mon May 3 07:50:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aad3113417369a16ef57291b46594a4e07014eae
      https://github.com/llvm/llvm-project/commit/aad3113417369a16ef57291b46594a4e07014eae
  Author: Jon Roelofs <jonathan_roelofs at apple.com>
  Date:   2021-05-03 (Mon, 03 May 2021)

  Changed paths:
    M llvm/utils/benchmark/src/sysinfo.cc

  Log Message:
  -----------
  Partial revert of "Use std::foo_t rather than std::foo in LLVM." in googlebench

Since googlebench builds as c++11, the change there is incorrect and breaks the
googlebench build when the STL implementation is strict about std::enable_if_t
not being available in lesser c++ versions.

partial revert of: 1bd6123b781120c9190b9ba58b900cdcb718cdd1 (https://reviews.llvm.org/D74384)

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




More information about the All-commits mailing list