Displaying 6 results from an estimated 6 matches for "docmunet".
Did you mean:
docment
2009 Mar 28
5
[LLVMdev] LLVM test-suite
How do I get the LLVM test-suite to work I have followed the /docs/TestingGuide.html but cannot seem to get it to work. I have tried many variations, but get no joy. The docmunetation does not appear very clear.
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090328/e15c2e57/attachment.html>
2009 Mar 28
0
[LLVMdev] LLVM test-suite
Hi Aaron,
> How do I get the LLVM test-suite to work I have followed the /docs/TestingGuide.html but cannot seem to get it to work. I have tried many variations, but get no joy. The docmunetation does not appear very clear.
(1) check out the testsuite. The default name of the checkout is "test-suite".
(2) move it into llvm/projects/, changing the name to llvm-test, so now you
have an "llvm/projects/llvm-test" directory. I don't know if the name change
really...
2009 Mar 28
1
[LLVMdev] LLVM test-suite
...rday, March 28, 2009 8:11 PM
Subject: Re: [LLVMdev] LLVM test-suite
On Mar 28, 2009, at 12:56 PM, Aaron Gray wrote:
How do I get the LLVM test-suite to work I have followed the /docs/TestingGuide.html but cannot seem to get it to work. I have tried many variations, but get no joy. The docmunetation does not appear very clear.
Some things that are not so obvious:
The testsuite has to be checked out as a subdirectory of llvm/projects; llvm/projects/llvmtest or some such.
After doing that, you need to re-configure from the top level. There must be a working llvm-gcc in your path wh...
2009 Mar 28
0
[LLVMdev] LLVM test-suite
On Mar 28, 2009, at 12:56 PM, Aaron Gray wrote:
> How do I get the LLVM test-suite to work I have followed the /docs/
> TestingGuide.html but cannot seem to get it to work. I have tried
> many variations, but get no joy. The docmunetation does not appear
> very clear.
Some things that are not so obvious:
The testsuite has to be checked out as a subdirectory of llvm/
projects; llvm/projects/llvmtest or some such.
After doing that, you need to re-configure from the top level. There
must be a working llvm-gcc in your pat...
2009 Mar 28
6
[LLVMdev] LLVM test-suite
...John
On Sat, Mar 28, 2009 at 2:35 PM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Aaron,
>
> > How do I get the LLVM test-suite to work I have followed the
> /docs/TestingGuide.html but cannot seem to get it to work. I have tried many
> variations, but get no joy. The docmunetation does not appear very clear.
>
> (1) check out the testsuite. The default name of the checkout is
> "test-suite".
> (2) move it into llvm/projects/, changing the name to llvm-test, so now you
> have an "llvm/projects/llvm-test" directory. I don't know if...
2009 Mar 28
0
[LLVMdev] LLVM test-suite
...009 at 2:35 PM, Duncan Sands <baldrick at free.fr> wrote:
>
>> Hi Aaron,
>>
>> > How do I get the LLVM test-suite to work I have followed the
>> /docs/TestingGuide.html but cannot seem to get it to work. I have tried many
>> variations, but get no joy. The docmunetation does not appear very clear.
>>
>> (1) check out the testsuite. The default name of the checkout is
>> "test-suite".
>> (2) move it into llvm/projects/, changing the name to llvm-test, so now
>> you
>> have an "llvm/projects/llvm-test" di...