[cfe-commits] r142633 - in /cfe/trunk: include/clang/Driver/CC1Options.td include/clang/Frontend/CodeGenOptions.h lib/CodeGen/CGDebugInfo.cpp lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp test/CodeGen/debug-info-compilation-dir.c test/

NAKAMURA Takumi geek4civic at gmail.com
Sat Oct 22 04:38:30 PDT 2011


Nick and Chandler,

I have marked test/Driver/debug.c "REQUIRE: shell".
This passes on mingw32 with msys bash.

2011/10/22 Chandler Carruth <chandlerc at google.com>:
> Your fix (is_absolute) is the correct fix.

It might be my oversight.
It would be right as far as 'pwd' came from filesystem.

Is it needed to take $PWD, not getcwd(3)?

...Takumi



More information about the cfe-commits mailing list