On 5/29/20 4:02 AM, Paul Dufresne via devel wrote:
> * more space on the hard disks of the servers, because they contains 
> repositories only for LLVM IR packages rather than one by supported 
> architectures

LLVM IR is not really arch-independent -- by the time you get to this
level, all of the arch-specific assumptions of the source language are
baked in. For a simple example, a C "long" will be just "i32" or "i64"
in LLVM IR, depending on the target.

So you would still need separate LLVM IR packages for each target.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to