hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

This seems reasonable to me.



================
Comment at: lib/Driver/ToolChain.cpp:660
+  assert(!Args.hasArg(options::OPT_nostdlibxx) &&
+         "should not have called this");
   CXXStdlibType Type = GetCXXStdlibType(Args);
----------------
The message here doesn't really add any info. I think asserting without a 
message in this case is fine.


https://reviews.llvm.org/D35780



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

Reply via email to