r201228 - clang/test/Modules/fmodules-validate-once-per-build-session.c: Tweak for gnuwin32 with %/t (instead of %t).

Dmitri Gribenko gribozavr at gmail.com
Wed Feb 12 03:57:12 PST 2014


On Wed, Feb 12, 2014 at 11:42 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Author: chapuni
> Date: Wed Feb 12 05:42:12 2014
> New Revision: 201228
>
> URL: http://llvm.org/viewvc/llvm-project?rev=201228&view=rev
> Log:
> clang/test/Modules/fmodules-validate-once-per-build-session.c: Tweak for gnuwin32 with %/t (instead of %t).
>
> xargs didn't handle dosish paths, while find foo\bar\ emits dosish paths.

Sorry for breaking this for you.  I tried to remove find | xargs in r201231.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-commits mailing list