Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523732 - sys-devel/llvm - add support for selecting backends
Summary: sys-devel/llvm - add support for selecting backends
Status: RESOLVED DUPLICATE of bug 418441
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-25 21:54 UTC by Jan Vesely
Modified: 2016-10-01 16:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Vesely 2014-09-25 21:54:00 UTC
Please add configuration variables to select llvm backends at build time.
compiling llvm has become really long especially if you build for 2 or more ABIs.

This change would allow to have llvm for arm, without pulling in all the other arches (Hexagon, nvptx, mips, systemz, ...)

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-08-16 16:43:54 UTC
*** Bug 507508 has been marked as a duplicate of this bug. ***
Comment 2 zhanglei.april 2016-08-17 02:13:05 UTC
The latest ebuilds for llvm no longer pulls in all archs.

From llvm-3.8.1.ebuild:
    if use multitarget; then
        targets=all
    else
        targets='host;BPF;CppBackend'
        use video_cards_radeon && targets+=';AMDGPU'
    fi
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-10-01 16:06:54 UTC
Fixed in 3.9.0, collapsing all requests into the oldest bug I was able to find ;-).

*** This bug has been marked as a duplicate of bug 418441 ***