search for: build_mod

Displaying 6 results from an estimated 6 matches for "build_mod".

Did you mean: build_mode
2015 Jan 26
5
[LLVMdev] Deadlock in llvm-lit on windows 7
...# FIXME: There is probably still deadlock potential here. Yawn. > procData = [None] * len(procs) > procData[-1] = procs[-1].communicate() I am invoking python directly on windows to run the unit tests. C:\Python27\python.exe C:\build\llvm\Release\bin\llvm-lit.py -v -j 12 --param build_mode=Release --param build_config=Win32 llvm_site_config=C:\llvm_on_win\nightly\build\llvm\tools\polly\test\lit.site .cfg test Note: If I invoke with "-j 1" , the unit tests finish but took a lot of time. There is no deadlock. I am using python version 2.7.6. At this moment, I believe th...
2012 Aug 21
2
[LLVMdev] bugpoint (and possibly others) need to be compiled with -rdynamic
While running the llvm tests, I get several error 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) ****************...
2018 May 06
3
[clang] Running a single testcase
...t.llvm.org> does ship "lit.py". Furthermore, I have installed llvm-7 and clang-7 packages. The version is 1:7~svn330207-1~exp1+0~20180417201234.1709~1.gbp6fb10d. [5,6] have some examples on running a single testcase: For example: python C:\Tools\llvm\utils\lit\lit.py -sv --param=build_mode=Win32 --param=build_config=Debug --param=clang_site_config=C:\Tools\build\tools\clang\test\lit.site.cfg C:\Tools\llvm\tools\clang\test\Sema\wchar.c I transformed this... $ python /usr/lib/llvm-7/build/utils/lit/lit.py -sv /home/sdi/src/linux-kernel/clang/test/Sema/asm.c lit.py: /usr/lib/llvm...
2012 Aug 21
0
[LLVMdev] bugpoint (and possibly others) need to be compiled with -rdynamic
...PM, Stephen Checkoway wrote: > While running the llvm tests, I get several error 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...
2018 May 07
0
[clang] Running a single testcase
...;. > Furthermore, I have installed llvm-7 and clang-7 packages. > The version is 1:7~svn330207-1~exp1+0~20180417201234.1709~1.gbp6fb10d. > > [5,6] have some examples on running a single testcase: > > For example: > > python C:\Tools\llvm\utils\lit\lit.py -sv > --param=build_mode=Win32 --param=build_config=Debug > --param=clang_site_config=C:\Tools\build\tools\clang\test\lit.site.cfg > C:\Tools\llvm\tools\clang\test\Sema\wchar.c > > I transformed this... > > $ python /usr/lib/llvm-7/build/utils/lit/lit.py -sv > /home/sdi/src/linux-kernel/clang/test...
2018 May 07
2
[clang] Running a single testcase
...alled llvm-7 and clang-7 packages. >> The version is 1:7~svn330207-1~exp1+0~20180417201234.1709~1.gbp6fb10d. >> >> [5,6] have some examples on running a single testcase: >> >> For example: >> >> python C:\Tools\llvm\utils\lit\lit.py -sv >> --param=build_mode=Win32 --param=build_config=Debug >> --param=clang_site_config=C:\Tools\build\tools\clang\test\lit.site.cfg >> C:\Tools\llvm\tools\clang\test\Sema\wchar.c >> >> I transformed this... >> >> $ python /usr/lib/llvm-7/build/utils/lit/lit.py -sv >> /home/sdi...