[PATCH] D21333: Add RenderScript ArchType
Pirama Arumuga Nainar via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 14 12:19:44 PDT 2016
pirama created this revision.
pirama added reviewers: echristo, rsmith.
pirama added subscribers: srhines, llvm-commits.
Herald added subscribers: mehdi_amini, dschuff, rampitec, jfb, aemerson.
Add renderscript32 and renderscript64 ArchTypes. This is to configure
the ABI requirement on 32-bit RenderScript that 'long' types have 64-bit
size and alignment. 64-bit RenderScript is the same as AArch64, but is
added here for completeness.
http://reviews.llvm.org/D21333
Files:
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21333.60717.patch
Type: text/x-patch
Size: 14471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160614/ac7b5393/attachment.bin>
More information about the llvm-commits
mailing list