[PATCHES] Upstreaming watchOS and tvOS support

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 12:32:52 PDT 2015


On 28 October 2015 at 17:50, Tim Northover via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> At the LLVM level, the watchOS ABI is very close to an extension of
> AAPCS-VFP to support 16-byte naturally aligned vectors, increasing the
> required stack alignment to 16 as a result. Exception handling uses a
> new compact unwind format (like ARM64 & x86), falling back to DWARF if
> necessary.

Hi Tim,

I had a quick look and looks good to me. The unwind part is very self
contained, I don't see any problems with that. Thanks!

cheers,
--renato


More information about the llvm-commits mailing list