OSDN Git Service

android: enable support for AMDGPU targets for radeonsi
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 28 Jul 2016 07:40:43 +0000 (15:40 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 9 Dec 2016 07:43:20 +0000 (15:43 +0800)
Inspired by former Psglia work on LLVM 3.5.x and Mauro work on 3.7.0.
Now applied to LLVM 3.8.0 of Android 7.0.

Gallium radeonsi driver requires LLVM. Some required features
(like compiling the R600 Taget itself) are not enabled.

These changes enable AMDGPU targets and fix a problem with "intrinsic"
due to a typo in tablegen command option.


No differences found