[cfe-commits] [PATCH] lib/Basic/FileManager.cpp: [PR10331] Check and restore if root path separator was eliminated. Then test/Frontend/dependency-gen.c could pass with little tweak on MSYS bash.

Chris Lattner clattner at apple.com
Tue Jul 12 18:58:41 PDT 2011


On Jul 12, 2011, at 8:56 AM, NAKAMURA Takumi wrote:

> ---
> lib/Basic/FileManager.cpp      |   11 +++++++++++
> test/Frontend/dependency-gen.c |    8 ++++----
> 2 files changed, 15 insertions(+), 4 deletions(-)

Hi Takumi,

Thanks for tackling this, but this doesn't seem like the right approach.  It seems that there is some fundamental operation here (that may be a noop on unix?) that should be sunk into libsystem instead of doing all this stuff for systems that don't need it.

-Chris



More information about the cfe-commits mailing list