Displaying 3 results from an estimated 3 matches for "withllvmfoo".
2007 Sep 12
2
[LLVMdev] RFC: Tail call optimization X86
...tests it can be checked in but
> turned off. This will allow us to test it as llcbeta.
>
I just ran the test suite in llvm-test with a vanilla copy of the svn
tree on darwin-x86.
To perform the tests i downloaded the test-suite as instructed on the web.
cd'ed into llvm-test. configured (--withllvmfoo etc) and make'd ;).
What worries me is that 148 tests are failing. to determine this
number i redirected the output (stdout+stderr) to a file and grep FAIL
| wc -l on it.
Is the number of 148 failing tests sane or could this indicate there
is something bogus with my setup?
When i do a make in t...
2007 Sep 12
0
[LLVMdev] RFC: Tail call optimization X86
On Sep 11, 2007, at 11:21 AM, Arnold Schwaighofer wrote:
> Begin forwarded message:
>
>> From: Evan Cheng <evan.cheng at apple.com>
>> Date: 11 September 2007 19:26:39 GMT+02:00
>> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
>> Subject: Re: [LLVMdev] RFC: Tail call optimization X86
>> Reply-To: LLVM Developers Mailing List <llvmdev
2007 Sep 11
2
[LLVMdev] RFC: Tail call optimization X86
Begin forwarded message:
> From: Evan Cheng <evan.cheng at apple.com>
> Date: 11 September 2007 19:26:39 GMT+02:00
> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
> Subject: Re: [LLVMdev] RFC: Tail call optimization X86
> Reply-To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
>
> Hi Arnold,
>
> Thanks for the patch. Some questions