[libcxx-commits] [PATCH] D112012: [benchmarks] Move libcxx's fork of google/benchmark and llvm/utils' under third-party
Siva Chandra via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 16 14:11:16 PST 2021
sivachandra added a comment.
FYI: The libcxx copy and llvm/utils copy were not identical. So, the libc benchmarks are currently broken because of that. I have added an inline comment to show the single difference we are seeing. We can fix forward.
================
Comment at: llvm/utils/benchmark/include/benchmark/benchmark.h:1236
-
-struct CPUInfo {
- struct CacheInfo {
----------------
The definition of this struct is not the same as the one in the libcxx copy.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112012/new/
https://reviews.llvm.org/D112012
More information about the libcxx-commits
mailing list