r242282 - Update test comment that it fails the same way on MSYS2.
Yaron Keren
yaron.keren at gmail.com
Wed Jul 15 02:41:05 PDT 2015
Author: yrnkrn
Date: Wed Jul 15 04:41:04 2015
New Revision: 242282
URL: http://llvm.org/viewvc/llvm-project?rev=242282&view=rev
Log:
Update test comment that it fails the same way on MSYS2.
Modified:
cfe/trunk/test/Driver/darwin-sdkroot.c
Modified: cfe/trunk/test/Driver/darwin-sdkroot.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/darwin-sdkroot.c?rev=242282&r1=242281&r2=242282&view=diff
==============================================================================
--- cfe/trunk/test/Driver/darwin-sdkroot.c (original)
+++ cfe/trunk/test/Driver/darwin-sdkroot.c Wed Jul 15 04:41:04 2015
@@ -34,12 +34,13 @@
// It doesn't make sense on msys bash.
// REQUIRES: shell-preserves-root
//
-// This test will fail with MSYS env.exe, since it does not preserve root,
-// expanding / into C:/MINGW/MSYS/1.0. To see the problem, from cmd.exe run:
+// This test fails with MSYS or MSYS2 env.exe, since it does not preserve
+// root, expanding / into C:/MINGW/MSYS/1.0 or c:/msys64. To reproduce the
+// problem, run:
//
// env SDKROOT=/ cmd //c echo %SDKROOT%
//
-// This test passes using env.exe from GnuWin32.
+// This test do pass using GnuWin32 env.exe.
// Check if clang set the correct deployment target from -sysroot
//
More information about the cfe-commits
mailing list