Use LLVM's RenderScript triples
Bug: http://b/31320715
LLVM (as of r275480) now has 32-bit and 64-bit RenderScript triples.
Update BCC_RS_TRIPLE build variables to use the new triples.
Clang also sets the size and alignment of 'long' data type to 64-bits
and allow native f16 types, arguments and return values based on
RenderScript language type (-x renderscript). Remove explicit addition
of the '+long64' CPU feature and these f16-specific flags.
Test: Run RenderScript tests (host tests for slang and libbcc, RsTest,
CTS)
Change-Id: I36294357bc668f8b52818d772460ddacc6e8b1be
2 files changed