Displaying 3 results from an estimated 3 matches for "llvm162227".
2012 Aug 31
2
[LLVMdev] How to write a regression test case?
Hi,all:
i have a question about llvm162227,recently i have a work about
cBackend,i found a the Module data is different from llvm2.9,a pass
named CBackendNameAllUsedStructsAndMergeFunctions() was removed.for
this the module data can not be translated correctly.
when i try to rewrite this pass,i found much interfaces of module have
been chan...
2012 Aug 29
0
[LLVMdev] How to write a regression test case?
aha, that's quite straightforward.
2012/8/29 Changcheng Wang <changcheng at multicorewareinc.com>:
> hi,yang:
> i had delete the temporary files,sorry to trouble you.
> it is so easy: // RUN: rm ....
>
> Regards
> changcheng
>
> On Wed, Aug 29, 2012 at 2:41 PM, Changcheng Wang
> <changcheng at multicorewareinc.com> wrote:
>> hi,yang:
>> how
2012 Aug 29
3
[LLVMdev] How to write a regression test case?
hi,yang:
i had delete the temporary files,sorry to trouble you.
it is so easy: // RUN: rm ....
Regards
changcheng
On Wed, Aug 29, 2012 at 2:41 PM, Changcheng Wang
<changcheng at multicorewareinc.com> wrote:
> hi,yang:
> how can i remove the temporary files?
> if i can remove them,all is ok!
>
> yours:
>
> changcheng
>
> On Wed, Aug 29, 2012 at 2:14 PM, Changcheng