[llvm-dev] is it possible to disable build builtins-i386 when gnu/stubs-32.h is not ready?

David Spickett via llvm-dev llvm-dev at lists.llvm.org
Fri Dec 10 01:10:35 PST 2021


Does the cmake option suggested here help?
https://lists.llvm.org/pipermail/llvm-dev/2021-December/154077.html

On Fri, 10 Dec 2021 at 01:02, Schrodinger ZHU Yifan via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> Hi,
> I do not know why CentOS is doing this, but on particular OS, <gnu/stubs-32.h> is provided in glibc-devel.i686, which includes all crt objects in the same time. Hence, installing that single lib for that particular header will actually pollute the system-wise CRT. In my situation, it seems that i386 related compiler-rt libs are not really concerned. So do we have options to disable i386 targets?
>
> Schrodinger ZHU Yifan
> School of Data Science, CUHK(SZ)
> Website: https://github.com/schrodingerzhu
> Github: SchrodingerZhu
> Twitter: ZhuSchrodinger
>
> Sent with ProtonMail Secure Email.
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list