[PATCH] D40121: [scudo] Make getNumberOfCPUs Fuchsia compliant v2
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 08:46:41 PST 2017
cryptoad added a comment.
For Android, since it was the problem initially, successfully tested with:
- NDK r12b: ARM API level 19, 21, 24; ARM64 API level 21, 24;
- NDK r13b: ARM API level 19, 21, 24; ARM64 API level 21, 24;
- NDK r14b: ARM API level 19, 21, 24; ARM64 API level 21, 24;
- NDK r15c: ARM API level 19, 21, 24, 26; ARM64 API level 21, 24, 26;
Repository:
rL LLVM
https://reviews.llvm.org/D40121
More information about the llvm-commits
mailing list