[llvm-dev] Proposal: introduce dependency on abseil when building benchmarks

Renato Golin via llvm-dev llvm-dev at lists.llvm.org
Thu Oct 7 08:40:00 PDT 2021


On Thu, 30 Sept 2021 at 18:08, Mircea Trofin via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Abseil has some requirements
> <https://abseil.io/docs/cpp/platforms/platforms#:~:text=Abseil%20requires%20a%20code%20base,14%20through%20C%2B%2B20).>
> that may not perfectly match those of the impacted projects. For example,
> abseil stopped supporting Ubuntu 14.04 before its TLS.
>

The list of supported platforms is *definitely* too small for LLVM users.
Half of their support is "best effort", which really isn't going to cut it
once we forcefully depend on it.

We definitely run benchmarks on X86_64, Arm32/64, MIPS, PowerPC (Linux, Mac
and Windows on a mix of those), and there are probably people running on
SystemZ, RISCV and other less known architectures.

What is your plan for all the other platforms where abseil isn't supported?

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211007/201f5f72/attachment.html>


More information about the llvm-dev mailing list