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

René Rebe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 11 08:34:35 PST 2021


rener added a comment.

In D98427#2619772 <https://reviews.llvm.org/D98427#2619772>, @lebedev.ri wrote:

> 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.

Well the fallback is already there, and silently used for older 32-bit ARM as well as MIPS. I'm just moving it to avoid build errors, so using that for the time being sounds good enough to me for the time being on this non primary support architectures, ...


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