On Sun, Jul 28, 2013 at 6:37 PM, NAKAMURA Takumi <[email protected]> wrote: > Author: chapuni > Date: Sun Jul 28 20:37:10 2013 > New Revision: 187337 > > URL: http://llvm.org/viewvc/llvm-project?rev=187337&view=rev > Log: > clang/test/Driver/cl.c: Don't attempt slash switches on msys bash. > > Modified: > cfe/trunk/test/Driver/cl.c > > Modified: cfe/trunk/test/Driver/cl.c > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/cl.c?rev=187337&r1=187336&r2=187337&view=diff > ============================================================================== > --- cfe/trunk/test/Driver/cl.c (original) > +++ cfe/trunk/test/Driver/cl.c Sun Jul 28 20:37:10 2013 > @@ -22,3 +22,6 @@ > // are not available in clang-cl. > // DEFAULT: -fapple-kext > // CL-NOT: -fapple-kext > + > +// Don't attempt slash switches on msys bash. > +// REQUIRES: shell-preserves-root
Thanks for fixing! Sorry about the breakage. - Hans _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
