hans added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:5507
     CmdArgs.push_back("-fno-dllexport-inlines");
+    if (Args.hasArg(options::OPT__SLASH_fallback)) {
+      const Arg *dllexportInlines =
----------------
I think the check should be with the code that handles /fallback, in 
visualstudio::Compiler::GetCommand, instead.


Repository:
  rL LLVM

https://reviews.llvm.org/D54298



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

Reply via email to