[PATCH] D51068: [Android] Default to -fno-math-errno

Pirama Arumuga Nainar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 21 15:32:20 PDT 2018


pirama added inline comments.


================
Comment at: lib/Driver/ToolChains/Linux.cpp:913
+    return false;
+  return Generic_ELF::IsMathErrnoDefault();
+}
----------------
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.


Repository:
  rC Clang

https://reviews.llvm.org/D51068





More information about the cfe-commits mailing list