[benchmark] Delete BUILD filesBazel support is through utils/bazel, and the BUILD files in `benchmark`just complicate downstream integrates for bazel based builds.Differential Revision: https://
[benchmark] Delete BUILD filesBazel support is through utils/bazel, and the BUILD files in `benchmark`just complicate downstream integrates for bazel based builds.Differential Revision: https://reviews.llvm.org/D115733
show more ...
[benchmark] Pull latest; disable -WerrorPulled the latest (b000672), which adds an option to disable -Werror,which caused issues previously (see for instancehttps://reviews.llvm.org/D112012)App
[benchmark] Pull latest; disable -WerrorPulled the latest (b000672), which adds an option to disable -Werror,which caused issues previously (see for instancehttps://reviews.llvm.org/D112012)Applied https://github.com/google/benchmark/pull/1305 to unblock, asthis issue is causing downstream buildbot failures.The only change is in llvm/CMakeLists.txt, where we setBENCHMARK_ENABLE_WERROR to have the same value as LLVM_ENABLE_WERROR.This patch also introduces a convenience script to pull benchmark fromupstream.Differential Revision: https://reviews.llvm.org/D115684
Re-Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"This reverts commit b2fbd45d2395f1f6ef39db72b7156724fc101e40. D114922fixed the reason of the 2nd revert.This patch
Re-Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"This reverts commit b2fbd45d2395f1f6ef39db72b7156724fc101e40. D114922fixed the reason of the 2nd revert.This patch also re-applies 39e9f5d3685f3cfca0df072928ad96d973704dff.Differential Revision: https://reviews.llvm.org/D112012
Revert "Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"""This reverts commit 1ee32055ea1dd4db70d1939cbd4f5105c2dce160.We hit additional bot failures; in particular, F
Revert "Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"""This reverts commit 1ee32055ea1dd4db70d1939cbd4f5105c2dce160.We hit additional bot failures; in particular, Fuchsia's seems to berelated to how CMakeLists are ingested, see https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64/b8830380874445931681/overview
Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'""This reverts commit e7568b68da8a216dc22cdc1c6d8903c94096c846 and relandsc6f7b720ecfa6db40c648eb05e319f8a817110e9.The
Reland "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'""This reverts commit e7568b68da8a216dc22cdc1c6d8903c94096c846 and relandsc6f7b720ecfa6db40c648eb05e319f8a817110e9.The culprit was: missed that libc also had a dependency on one of thecopies of `google-benchmark`Also opportunistically fixed indentation from prev. change.Differential Revision: https://reviews.llvm.org/D112012
Revert "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"This reverts commit c6f7b720ecfa6db40c648eb05e319f8a817110e9.Some buildbots are failing, will investigate and reland.E
Revert "[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'"This reverts commit c6f7b720ecfa6db40c648eb05e319f8a817110e9.Some buildbots are failing, will investigate and reland.Example: https://lab.llvm.org/buildbot#builders/138/builds/14067 https://lab.llvm.org/buildbot#builders/73/builds/20159
[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'under third-partyThis change:- moves the libcxx copy of `google/benchmark` to`third-party/benchmkark`- points the 2 uses of th
[benchmarks] Move libcxx's fork of google/benchmark and llvm/utils'under third-partyThis change:- moves the libcxx copy of `google/benchmark` to`third-party/benchmkark`- points the 2 uses of the library (libcxx and llvm/utils) to this copyWe picked the licxx copy because it is the most up to date.Differential Revision: https://reviews.llvm.org/D112012