Since r322087, glibc's finite lib calls are generated when possible.
However, glibc is not supported on Android. Therefore this change
enables llvm to finely distinguish between linux and Android for
unsupported library calls. The change also include some regression
tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 14017 Build 14017: arc lint + arc unit
Event Timeline
Comment Actions
Thanks for fixing this. We were just starting to encounter build issues with the _finite functions, and wondering about the best way to approach it. This is very clean.