mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-26 23:26:19 +00:00
Enable the r600 experimental backend for mesa 9.1.
This commit is contained in:
parent
8a256e988f
commit
eb2182cf13
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -18,5 +18,6 @@ llvm-toolchain-3.2 (3.2repack-1~exp1) experimental; urgency=low
|
||||
* Add a script pollycc which will call clang with the right arguments.
|
||||
* Use __builtin___clear_cache on ARM to fix a clang bug.
|
||||
Thanks to Matthias Klose.
|
||||
* Enable the r600 experimental backend for mesa 9.1.
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 07 Jan 2013 15:45:54 +0100
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 09 Feb 2013 12:14:10 +0100
|
||||
|
25073
debian/patches/r600-snapshot.diff
vendored
Normal file
25073
debian/patches/r600-snapshot.diff
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -28,3 +28,4 @@ scan-build-clang-path.diff
|
||||
0050-powerpcspe-fp.diff
|
||||
polly-c++0x.diff
|
||||
declare_clear_cache.diff
|
||||
r600-snapshot.diff
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -88,6 +88,7 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL
|
||||
--with-binutils-include=/usr/include \
|
||||
--with-cloog --with-isl \
|
||||
--with-bug-report-url=http://bugs.debian.org/ \
|
||||
--enable-experimental-targets=R600 \
|
||||
--enable-shared \
|
||||
CLANG_VENDOR=Debian || { cat config.log tools/polly/config.log; exit 1; }
|
||||
# cd $(TARGET_BUILD) && cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON
|
||||
|
Loading…
Reference in New Issue
Block a user