Dan Albert
Dan Albert
Okay, confirmed that it is a regression from r26 (sort of, anyway, the project doesn't build with r26 because it relies on `clang-scan-deps` which wasn't added until r27, but using...
@pirama-arumuga-nainar, WDYT? Maybe not include them directly in the NDK (are they large?), but make sure they're on ci.android.com so people can get them if they need them?
They're rarely needed, so ci.android.com would be fine anyway.
Not yet. We've got a lot of other things on our plate. We'll update the bug when something changes.
I think the only issue is that libc++ is missing a specialization for this (technically the standard doesn't specify one, but neither does it specify that fp16 exists, so it...
Not sure when this was fixed upstream, but the following code compiles now: ```c++ #include int main() { std::numeric_limits::lowest(); } ```
> NDK version: ndk-r10d I have no idea how that's supposed to behave. Try again with r20 and lmk if you have problems. AFAIK coverage works with the process you...
We don't currently have any docs for coverage, so I'm going to reopen this to track that.
It's an option. We only used libunwind for a handful of releases. We've started writing [our own unwinder](https://android.googlesource.com/platform/system/core/+/master/libunwindstack/) since none of the off the shelf options were reliable or performant...
Either statically linked or included in the APK. The former is probably simpler.