Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551978 - sys-devel/llvm-9999: R600 backend renamed to AMDGPU
Summary: sys-devel/llvm-9999: R600 backend renamed to AMDGPU
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-13 11:33 UTC by Nick Sarnie
Modified: 2015-06-13 19:35 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 Nick Sarnie gentoo-dev 2015-06-13 11:33:18 UTC
Hi. The R600 LLVM backend was recently renamed to AMDGPU. The 9999 ebuild will need line 196:
use video_cards_radeon && targets+=';R600' 
changed to 		
use video_cards_radeon && targets+=';AMDGPU'.

Thanks alot,
sarnex

Reproducible: Always
Comment 1 Tobias Jakobi 2015-06-13 12:47:31 UTC
Confirming!
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-06-13 19:35:15 UTC
I already fixed that in the morning as it were reported in the generic -9999 bug.