<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
-------- Original Message --------
<table class="moz-email-headers-table" border="0" cellpadding="0"
cellspacing="0">
<tbody>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">Subject: </th>
<td>Re: [cfe-dev] Running clang regression in windows</td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">Date: </th>
<td>Thu, 07 Oct 2010 16:37:36 +0100</td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">From: </th>
<td>Colin Riddell <a class="moz-txt-link-rfc2396E" href="mailto:colinriddell@codeplay.com"><colinriddell@codeplay.com></a></td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">To: </th>
<td>Francois Pichet <a class="moz-txt-link-rfc2396E" href="mailto:pichet2000@gmail.com"><pichet2000@gmail.com></a></td>
</tr>
<tr>
<th align="RIGHT" nowrap="nowrap" valign="BASELINE">CC: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:george@codeplay.com">george@codeplay.com</a></td>
</tr>
</tbody>
</table>
<br>
<br>
<pre> On 07/10/2010 15:38, Francois Pichet wrote:
> I can assure you there is a clang-test project in the solution.
> What version of visual studio are you using?
> What cmake command do you use the generate the .sln?
> Did you regenerate it recently?
>
> On Thu, Oct 7, 2010 at 10:33 AM, Colin Riddell
> <a class="moz-txt-link-rfc2396E" href="mailto:colinriddell@codeplay.com"><colinriddell@codeplay.com></a> wrote:
>> Thanks for the information.
>> As far as we can see there is no project called clang-test in the sln.
>> There is "clang", "clang-headers", "clang++" etc but no clang-test.
>>
>> Thanks again,
>>
>> Colin Riddell
>>
>> On 07/10/2010 14:00, Francois Pichet wrote:
>>> On Thu, Oct 7, 2010 at 8:47 AM, Colin Riddell<a class="moz-txt-link-rfc2396E" href="mailto:colinriddell@codeplay.com"><colinriddell@codeplay.com></a>
>>> wrote:
>>>> We have the need to run clang regression tests in Windows with llvm
>>>> versions 2.6, 2.7 and 2.8. We have read that this can now be done with
>>>> "lit".
>>>>
>>>> 1. From what we can see, lit does not run with windows. Or does it?
>>> lit works very well on Windows.. I use it everyday.
>>>
>>>> C:\Python26\python.exe lit.py -sv --no-progress-bar
>>>> "C:\prog\old_llvm\2.7\llvm\tools\clang\test"
>>>> lit.py: lit.cfg:74: fatal: No site specific configuration available!
>>> try --param=build_config=Release
>>>
>>>> 2. Can clang regression be run from Visual Studio?
>>> yes, generate the .sln using cmake then select the "clang-test"
>>> project, right click and build.
>>>
>>>> 3. Or is it the case that the Visual Studio project "clang-test" has
>>>> been removed from versions of llvm/clang greater than 2.6?
>>> no
>>
Yes Francois,
Turns out cmake was unable to find python and as a result could not
generate the clang-test project.
Thank you very much for your help.
Colin
</pre>
</body>
</html>