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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to