[PATCH] D45500: [MinGW] Look for libc++ headers in a triplet prefixed path as well
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 10 23:56:32 PDT 2018
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
More information about the cfe-commits
mailing list