[PATCH] D98427: Fix util/benchmark build or less mainstream architectures, like Alpha, HPPA, IA64, ...

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 11 08:21:59 PST 2021


lebedev.ri requested changes to this revision.
lebedev.ri added a comment.
This revision now requires changes to proceed.

Why not just disable building of benchmarks then?
I'm not sure silently producing guesstimates are a good choice here.
If disabling benchmark building is not an option for some reason,
i'd suggest to provide patches to add support for each of the arches in question.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98427/new/

https://reviews.llvm.org/D98427



More information about the llvm-commits mailing list