[PATCH] D35747: [Driver] Fuchsia defaults to -fno-math-errno

Roland McGrath via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 21 16:26:51 PDT 2017


mcgrathr created this revision.

Repository:
  rL LLVM

https://reviews.llvm.org/D35747

Files:
  lib/Driver/ToolChains/Fuchsia.h


Index: lib/Driver/ToolChains/Fuchsia.h
===================================================================
--- lib/Driver/ToolChains/Fuchsia.h
+++ lib/Driver/ToolChains/Fuchsia.h
@@ -42,6 +42,7 @@
 
   bool HasNativeLLVMSupport() const override { return true; }
   bool IsIntegratedAssemblerDefault() const override { return true; }
+  bool IsMathErrnoDefault() const override { return false; }
   RuntimeLibType GetDefaultRuntimeLibType() const override {
     return ToolChain::RLT_CompilerRT;
   }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35747.107751.patch
Type: text/x-patch
Size: 501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170721/99d6a90e/attachment.bin>


More information about the cfe-commits mailing list