]> granicus.if.org Git - clang/commit
test/Driver/sysroot-flags.c: Tweak for Mingw MSYS bash.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 18 Mar 2011 03:21:33 +0000 (03:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 18 Mar 2011 03:21:33 +0000 (03:21 +0000)
commitb8bcce37b7d80edd680ccf29f889bf2a0d5bf4f7
tree6c8cf875f888648613af209c6f507fd9ce33980c
parent70dbdf7469c07981e3a7c6830b4372d00225d30f
test/Driver/sysroot-flags.c: Tweak for Mingw MSYS bash.

MSYS substitutes path (that begins with "/") to de-mounted Windows path, even if it were nonexistent.
"/foo/bar" might be substituted to "C:/msysgit/foo/bar".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127861 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/sysroot-flags.c