LLVM: enable R600 experimental target

This target is required for gallium compute, and (cross-)compiling
opencl for the R600 target. Does not affect other targets, and also does
not require any additional build dependencies.
This commit is contained in:
John Galt 2014-07-21 15:39:00 -07:00
parent e77e9ac5c0
commit 4189558ef5

View file

@ -2,11 +2,12 @@
pkgname=llvm
version=3.4.2
wrksrc="llvm-${version}.src"
revision=2
revision=3
lib32disabled=yes
configure_args="--disable-expensive-checks --disable-debug-runtime
--enable-bindings=none --enable-optimize --enable-shared --enable-libffi
--enable-llvmc-dynamic --disable-assertions --enable-keep-symbols"
--enable-llvmc-dynamic --disable-assertions --enable-keep-symbols
--enable-experimental-targets=R600"
short_desc="Low Level Virtual Machine"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.llvm.org"