search for: llvm_unit_site_config

Displaying 8 results from an estimated 8 matches for "llvm_unit_site_config".

2010 Jun 10
0
[LLVMdev] Win32 COFF Support
...spaces are broken as are some others). Here's how I run the test I wrote: C:\Users\Michael\Projects\llvm>"C:\Python26\python.exe" C:/Users/Michael/Proj ects/llvm/utils/lit/lit.py --param llvm_site_config=C:/Users/Michael/Projects /llvm-build/VS9/test/lit.site.cfg --param llvm_unit_site_config=C:/Users/Mich ael/Projects/llvm-build/VS9/test/Unit/lit.site.cfg -v C:/Users/Michael/Pro jects/llvm-build/VS9/test/MC/COFF/basic-coff.s - Michael Spencer -------------- next part -------------- A non-text attachment was scrubbed... Name: test.patch Type: application/octet-stream Size: 19406...
2012 Aug 21
2
[LLVMdev] bugpoint (and possibly others) need to be compiled with -rdynamic
...or messages like these: [1/1] Running the LLVM regression tests FAILED: cd /home/steve/llvm-build/test && /usr/local/bin/python /home/steve/llvm/utils/lit/lit.py --param build_config=. --param build_mode=Release -sv --param llvm_site_config=/home/steve/llvm-build/test/lit.site.cfg --param llvm_unit_site_config=/home/steve/llvm-build/test/Unit/lit.site.cfg /home/steve/llvm-build/tes t -- Testing: 6378 tests, 4 threads -- Testing: 0 FAIL: LLVM :: BugPoint/metadata.ll (351 of 6378) ******************** TEST 'LLVM :: BugPoint/metadata.ll' FAILED ******************** Script: -- /home/steve/llvm-build...
2010 Jun 10
4
[LLVMdev] Win32 COFF Support
On Wed, Jun 9, 2010 at 11:11 PM, Nathan Jeffords <blunted2night at gmail.com> wrote: > This is cool, I was looking into something like this, but hit a little bit > of a wall, and then got sidetracked on another project. I was going to use > llc to generate COFF object files as opposed to clang. Seems to me llc would > give better control over what was generated and would also not
2014 Jun 04
2
[LLVMdev] Lots of regtest failures on PPC64/Linux
...est failures are left: > > > [ 1314s] FAILED: cd /home/abuild/rpmbuild/BUILD/llvm/stage2/test && > /usr/bin/python /home/abuild/rpmbuild/BUILD/llvm/utils/lit/lit.py -sv > --param > llvm_site_config=/home/abuild/rpmbuild/BUILD/llvm/stage2/test/lit.site.cfg > --param > llvm_unit_site_config=/home/abuild/rpmbuild/BUILD/llvm/stage2/test/Unit/lit.site.cfg > /home/abuild/rpmbuild/BUILD/llvm/stage2/test > [ 1314s] lit.py: run.py:223: note: failed to initialize multiprocessing > [ 1314s] -- Testing: 10750 tests, 16 threads -- > [ 1314s] Testing: 0 .. 10.. 20.. 30.. 40.. 50 >...
2014 May 12
2
[LLVMdev] Lots of regtest failures on PPC64/Linux
----- Original Message ----- > From: "İsmail Dönmez" <ismail at donmez.ws> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Monday, May 12, 2014 7:18:48 AM > Subject: Re: Lots of regtest failures on PPC64/Linux > > > Hi Hal, > > > > > > On
2012 Aug 21
0
[LLVMdev] bugpoint (and possibly others) need to be compiled with -rdynamic
...se: > > [1/1] Running the LLVM regression tests > FAILED: cd /home/steve/llvm-build/test && /usr/local/bin/python /home/steve/llvm/utils/lit/lit.py --param build_config=. --param build_mode=Release -sv --param > llvm_site_config=/home/steve/llvm-build/test/lit.site.cfg --param llvm_unit_site_config=/home/steve/llvm-build/test/Unit/lit.site.cfg /home/steve/llvm-build/tes > t > -- Testing: 6378 tests, 4 threads -- > Testing: 0 > FAIL: LLVM :: BugPoint/metadata.ll (351 of 6378) > ******************** TEST 'LLVM :: BugPoint/metadata.ll' FAILED ******************** > Scr...
2010 Jun 14
0
[LLVMdev] Win32 COFF Support
I have not, I was going to look at it tonight. I tried an earlier version and got stuck trying to figure out how to invoke lit.py. Looking over ' http://llvm.org/docs/TestingGuide.html' its still clear to be how to do that. In my setup, I have an out of tree build. Could you give be an example of the command line to invoke the tests? -Nathan On Mon, Jun 14, 2010 at 1:47 PM, Michael
2010 Jun 14
2
[LLVMdev] Win32 COFF Support
On Jun 14, 2010, at 3:41 PM, Nathan Jeffords <blunted2night at gmail.com> wrote: > Michael, > > I have not made any changes since I last posted a patch. If you > would like to make the final updates, thats fine by me. I don't mind > making the changes either, I can have them done this evening as well. I'll let you do it then, along with sorting out the macros.