This is an archive of the discontinued LLVM Phabricator instance.

[benchmark] Remove unused googletest
AbandonedPublic

Authored by mtrofin on Jul 2 2021, 9:10 AM.

Details

Summary

googletest is a test-only dependency of benchmark. We disabled
building those for benchmark, as they complicated the build and were
not exercised here anyway.

This patch removes the dir, too.

Event Timeline

mtrofin created this revision.Jul 2 2021, 9:10 AM
mtrofin requested review of this revision.Jul 2 2021, 9:10 AM

FWIW i have seen a number of compiler bugs first manifest in those gtest/gmoch amalgamations,
so i would be doing the exact opposite - ensuring that it is *built* as part of test-suite.

FWIW i have seen a number of compiler bugs first manifest in those gtest/gmoch amalgamations,
so i would be doing the exact opposite - ensuring that it is *built* as part of test-suite.

ACK - dropping this, started D105361

mtrofin abandoned this revision.Jul 2 2021, 10:48 AM

D105361 instead