mmuetzel added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/Darwin.cpp:645
   if (getToolChain().getDriver().IsFlangMode() &&
       Args.hasArg(options::OPT_flang_experimental_exec)) {
     addFortranRuntimeLibraryPath(getToolChain(), Args, CmdArgs);
----------------
If this condition is removed from the GNU, MSVC, and MinGW toolchain files, it 
should probably also be removed from here.


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