[PATCH] D50894: Pull google/benchmark library to the LLVM tree

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 19:03:00 PDT 2018


dberris accepted this revision.
dberris added a comment.
This revision is now accepted and ready to land.

LGTM -- probably want to wait for someone else to review further, but I do have one question.



================
Comment at: llvm/CMakeLists.txt:501
 
+option(LLVM_BUILD_BENCHMARKS "Generate build targets for the LLVM benchmarks." OFF)
+
----------------
Is there a way to run these automatically as well, similar to the split between the `LLVM_BUILD_TESTS` and `LLVM_INCLUDE_TESTS`?


https://reviews.llvm.org/D50894





More information about the llvm-commits mailing list