Displaying 7 results from an estimated 7 matches for "build_config".
2015 Jan 26
5
[LLVMdev] Deadlock in llvm-lit on windows 7
...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 the issue is caused by stdout fi...
2013 Jul 18
2
Help building OPUS library using FIXED_POINT option
...c returned:
2
Total time: 1 minute 10 seconds
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20130718/d1b9c0fe/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build_config _FLP.py
Type: application/octet-stream
Size: 16563 bytes
Desc: build_config _FLP.py
Url : http://lists.xiph.org/pipermail/opus/attachments/20130718/d1b9c0fe/attachment-0002.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build_config_FIX.py
Type: application...
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 63...
2018 May 06
3
[clang] Running a single testcase
..."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-7/build/utils/lit/lit/Testi...
2012 Aug 21
0
[LLVMdev] bugpoint (and possibly others) need to be compiled with -rdynamic
...n Aug 21, 2012, at 1:01 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 :: BugPoi...
2018 May 07
0
[clang] Running a single testcase
...ve 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: /us...
2018 May 07
2
[clang] Running a single testcase
...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...