commit | 3dbef8fe114196155f1a13c7db865573542641e9 | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Fri Sep 26 16:20:56 2014 +0800 |
committer | Andrew Hsieh <andrewhsieh@google.com> | Fri Sep 26 16:20:56 2014 +0800 |
tree | 2e8bb25c3e70c2c5291e4f9275c13cb2646b929b | |
parent | 20d16a75b2e14fe8408e664cad0faae07f200f47 [diff] |
Bump up clang vesion accepting __builtin_isnan __attribute__((pcs("aapcs"))) Upstream clang3.6 still doesn't allow change of calling convension of __builtin_isnan from the default to "softfp" (via __attribute__((pcs("aapcs")))) as required by bionic libm.so for 32-bit ARM. Let's hope clang3.7 fix that. See upstream bug http://llvm.org/bugs/show_bug.cgi?id=20958 Change-Id: Ibdcc1783ffa7cf2f36e733983bd6d912ad38df70