[cfe-dev] How to run test on Windows?
NAKAMURA Takumi
geek4civic at gmail.com
Mon Aug 15 16:05:53 PDT 2011
2011/8/16 Aaron Ballman <aaron at aaronballman.com>:
> On Mon, Aug 15, 2011 at 12:56 PM, Nikola Smiljanic <popizdeh at gmail.com> wrote:
>> Getting started and Hacking on clang don't mention MSYS, is it needed?
>
> It claims it's not, and specifically mentions that the grep from MSYS
> is not the same as the grep from GnuWin32. So you have to do some
> PATH manipulation to make things work. However, I ultimately was
> unable to get it to work.
I suppose {llvm|clang} tests should work with both MSYS toolchain and gnuwin32.
If unable, please file a bug.
If you use cmake, you may override with LLVM_LIT_TOOLS_DIR to take
gnuwin32 for tests.
Tests can run faster with gnuwin32 than msys (and bash).
...Takumi
More information about the cfe-dev
mailing list