Android's libm does not set errno.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Driver/ToolChains/Linux.cpp | ||
---|---|---|
913 ↗ | (On Diff #161834) | I tried to be defensive here in case the default changes in the future. I can simplify to just return true here if that'd be simpler. |
lib/Driver/ToolChains/Linux.cpp | ||
---|---|---|
913 ↗ | (On Diff #161834) | I agree with this, since this matches the present behavior. |