Displaying 3 results from an estimated 3 matches for "clang_site_config".
2018 May 06
3
[clang] Running a single testcase
...re, 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/TestingConfig.py:101:
fatal: unable to...
2018 May 07
0
[clang] Running a single testcase
...ckages.
> 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/Testin...
2018 May 07
2
[clang] Running a single testcase
...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-...