Commits

Mark Lacey committed a052c9d6bb3
Imported static inline functions should not use AAPCS on 32-bit ARM. As with ARM64, we need to be specific about the -target-abi or we end up defaulting to something that is not appropriate for our platforms. Fixes <rdar://problem/16821282>. Swift SVN r18163