Summary: | llvm-runtimes/compiler-rt: various compiler_rt libs should be produced for all appropriate targets | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
Component: | [OLD] Development | Assignee: | LLVM support project <llvm> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | pchrist |
Priority: | Normal | Keywords: | NeedPatch |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
SpanKY
![]() Do you happen to know how? we're looking at it in https://crbug.com/604877, but i'm not familiar enough with the llvm build system to provide useful thoughts/opinions i do want to make sure we agree that this behavior/feature is desirable if it's feasible. otherwise, we'll need to debate/figure out an alternative. i think the llvm world has been trying to avoid the general GNU flow where you need a unique toolchain for every single target variation. Yes, it is desirable. Does it require multitarget support enabled in binutils? i'd assume clang would be using its own built in assembler. when i run clang as in comment #0, it doesn't seem to be execing any other program. and my native binutils are not built w/multitarget enabled. Well, I was thinking more in terms of ranlib or something like that. for GNU binutils, i wouldn't worry about ar/ranlib behavior. there shouldn't be any target-specific behavior in there. the portability issues we've seen in Gentoo with those tools have largely been in Gentoo/Prefix land where the native `ar` & `ranlib` tools were a bit ... anemic. |