bruno added a comment.

Hi Chris,

Thanks for doing this.


================
Comment at: lib/Driver/Driver.cpp:1554
@@ -1551,1 +1553,3 @@
+        Args.hasArg(options::OPT_fsanitize_EQ))
+      Diag(clang::diag::warn_drv_sanitizers_and_nodefaultlibs);
   }
----------------
How hard is to fire the warning only when the target assumes this behavior? It 
seems misleading (and noisy) to warn when -nodefaultlibs isn't bypassed.


https://reviews.llvm.org/D24091



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

Reply via email to