Re: r244427 - clang/test/Modules: Satisfy win32 hosts due to dospath issue.

2015-08-09 Thread Yaron Keren via cfe-commits
This issue is surfacing regulary. In cases where clang prints the escaped path we have to use {{/} which is not very readable, for example in mingw driver case: // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|}}lib{{/|}}gcc{{/|}}mingw32{{/|}}4.8.1{{/|}

Re: r244427 - clang/test/Modules: Satisfy win32 hosts due to dospath issue.

2015-08-09 Thread Richard Smith via cfe-commits
On Aug 9, 2015 3:56 PM, "NAKAMURA Takumi via cfe-commits" < cfe-commits@lists.llvm.org> wrote: > > Author: chapuni > Date: Sun Aug 9 17:55:50 2015 > New Revision: 244427 > > URL: http://llvm.org/viewvc/llvm-project?rev=244427&view=rev > Log: > clang/test/Modules: Satisfy win32 hosts due to dospath

r244427 - clang/test/Modules: Satisfy win32 hosts due to dospath issue.

2015-08-09 Thread NAKAMURA Takumi via cfe-commits
Author: chapuni Date: Sun Aug 9 17:55:50 2015 New Revision: 244427 URL: http://llvm.org/viewvc/llvm-project?rev=244427&view=rev Log: clang/test/Modules: Satisfy win32 hosts due to dospath issue. Modified: cfe/trunk/test/Modules/dependency-gen.modulemap cfe/trunk/test/Modules/explicit-bui