<div dir="ltr">Hi  Romaric,<br><br>Yes, you can do this. I'm working on reworking the test-suite to make it substantially easier to do, but for the moment it does still work.<br><div><br></div><div>There is a "RUNUNDER" argument to the makefiles that you can use to prefix any command with your simulator. We find the easiest way to do it is to use binfmt_misc to ensure any ELF files compiled for your target get run via your simulator. Then the test-suite just works out of the box.</div><div><br></div><div>Hope this helps,</div><div><br></div><div>James</div></div><br><div class="gmail_quote">On Thu, 2 Apr 2015 at 16:12 Romaric Jodin <<a href="mailto:rjodin@kalray.eu">rjodin@kalray.eu</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I'm working in a company to port LLVM on their own processor.<br>
I'm trying to run the test-suite, but it seems that it is usually run directly on the processor which is tested. In my case, I cannot run it on the processor, but I have a simulator on which I would like to run the test-suite.<br>
Also, it seems to me that the test-suite start by compiling some tools that have to be run locally (so on x86), and then the test-suite compile all the tests, but with the same compiler as the one used to compile the tools.<br>
<br>
My questions are :<br>
   - Is it possible to compile the tools of the test-suite and all the tests with a different compiler?<br>
   - Is it possible not to run the tests directly on the machine but on a simulator?<br>
<br>
Best Regards,<br>
Romaric<br>
______________________________<u></u>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvmdev</a><br>
</blockquote></div>