r201348 - [CMake] Disable libclangTests.exe on win32 for now.

Dmitri Gribenko gribozavr at gmail.com
Wed Feb 19 01:25:59 PST 2014


On Thu, Feb 13, 2014 at 5:51 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Author: chapuni
> Date: Thu Feb 13 11:51:35 2014
> New Revision: 201348
>
> URL: http://llvm.org/viewvc/llvm-project?rev=201348&view=rev
> Log:
> [CMake] Disable libclangTests.exe on win32 for now.
>
> libclangTests.exe cannot find libclang.dll since it is not on $PATH.

I have adjusted how libclangTests is built in r201578, r201579.  This
could fix Windows as well.

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