rovka added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/MSVC.cpp:133
 
+  if (C.getDriver().IsFlangMode()) {
+    tools::addFortranRuntimeLibraryPath(TC, Args, CmdArgs);
----------------
mmuetzel wrote:
> The GNU toolchain has this conditional on 
> `Args.hasArg(options::OPT_flang_experimental_exec)`.
> Should this require that command line flag on MSVC, too?
> 
> Same for the MinGW toolchain file.
Right, that would be nice :D 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126291/new/

https://reviews.llvm.org/D126291

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

Reply via email to