mstorsjo added inline comments.

================
Comment at: lib/Driver/ToolChains/MinGW.cpp:459
     addSystemInclude(DriverArgs, CC1Args,
+                     Base + Arch + llvm::sys::path::get_separator() +
+                         "include" + llvm::sys::path::get_separator() +
----------------
rnk wrote:
> Holy cow, this is long. =/ Maybe make a local variable `Slash` and use it?
Ok, will do before pushing.


Repository:
  rC Clang

https://reviews.llvm.org/D45500



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

Reply via email to