Tobias Grosser
2010-Nov-08 20:01 UTC
[LLVMdev] LLVM test-suite support for dragonegg / Fortran
Hi, I am very interested in using dragonegg as a fortran frontend for the LLVM test suite, as a start to improve fortran support. I believe this should be easy, but when I looked into this I had the impression the nightly tester in the llvm test-suite does not even support dragonegg for the C/C++ part. Is this true or did I miss something? Are there any patches flying around, that would take care of this? How is dragonegg regression tested? Is the llvm test-suite used or something else? Cheers Tobi
Duncan Sands
2010-Nov-08 20:18 UTC
[LLVMdev] LLVM test-suite support for dragonegg / Fortran
Hi Tobias,> I am very interested in using dragonegg as a fortran frontend for the LLVM test > suite, as a start to improve fortran support. > > I believe this should be easy, but when I looked into this I had the impression > the nightly tester in the llvm test-suite does not even support dragonegg for > the C/C++ part. Is this true or did I miss something?this is true.> Are there any patches flying around, that would take care of this? How is > dragonegg regression tested? Is the llvm test-suite used or something else?I have my own testsuite (which I should really clean up and make public) and from time to time I run a hacked version of the LLVM testsuite, see the attached patch. It would be great to get proper support in the testsuite. I always meant to set up a dragonegg nightly tester but never got around to it... Ciao, Duncan. -------------- next part -------------- A non-text attachment was scrubbed... Name: de.diff Type: text/x-patch Size: 3691 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101108/c8c720d8/attachment.bin>
Tobias Grosser
2010-Nov-10 17:07 UTC
[LLVMdev] LLVM test-suite support for dragonegg / Fortran
On 11/08/2010 03:18 PM, Duncan Sands wrote:> Hi Tobias, > >> I am very interested in using dragonegg as a fortran frontend for the >> LLVM test >> suite, as a start to improve fortran support. >> >> I believe this should be easy, but when I looked into this I had the >> impression >> the nightly tester in the llvm test-suite does not even support >> dragonegg for >> the C/C++ part. Is this true or did I miss something? > > this is true. > >> Are there any patches flying around, that would take care of this? How is >> dragonegg regression tested? Is the llvm test-suite used or something >> else? > > I have my own testsuite (which I should really clean up and make public) > and > from time to time I run a hacked version of the LLVM testsuite, see the > attached patch. It would be great to get proper support in the testsuite. > I always meant to set up a dragonegg nightly tester but never got around > to it...Hi Duncan, I committed an extended version of that patch to llvm core and the test suite. Can you have a look, if it works for you. Thanks Tobi