Wanted to check if inablility to measure latency of CMOV32rm
is a regression from D60041 / D60138, but unable to do that
because the llvm-exegesis-{8,9} from debian sid fails
with that cryptic, unhelpful error.
I suspect this will be a better error.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357900
91177308-0d34-0410-b5e6-
96231b3b80d8
}
void benchmarkMain() {
+#ifndef HAVE_LIBPFM
+ llvm::report_fatal_error(
+ "benchmarking unavaliable, LLVM was built without libpfm.");
+#endif
+
if (exegesis::pfm::pfmInitialize())
llvm::report_fatal_error("cannot initialize libpfm");