Re: new devel/llvm-lit

2024-12-16 Thread Alexander Bluhm
On Mon, Dec 09, 2024 at 02:06:34PM +0900, ASOU Masato wrote: > I built llvm-lit and ran make test and got the following result: > > > > Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. > > Failed Tests (2): > lit :: shtest-external-shell-kill.

Re: new devel/llvm-lit

2024-12-08 Thread ASOU Masato
I built llvm-lit and ran make test and got the following result: Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Failed Tests (2): lit :: shtest-external-shell-kill.py lit :: shtest-run-at-line.py Testing Time: 13.52s Total Discovered Te

Re: new devel/llvm-lit

2024-12-06 Thread Alexander Bluhm
On Fri, Dec 06, 2024 at 07:14:35AM +, Stuart Henderson wrote: > On 2024/12/06 09:30, ASOU Masato wrote: > > I got following error when make llvm-lit: > > > > ===> Checking files for llvm-lit-19.1.4 > > >> Fetch > > >> https://pypi.io/packages/source/l/llvmproject-19.1.4.src/llvm-project-19.1

Re: new devel/llvm-lit

2024-12-05 Thread Stuart Henderson
On 2024/12/06 09:30, ASOU Masato wrote: > I got following error when make llvm-lit: > > ===> Checking files for llvm-lit-19.1.4 > >> Fetch > >> https://pypi.io/packages/source/l/llvmproject-19.1.4.src/llvm-project-19.1.4.src.tar.xz remove MODPY_PI from the Makefile

Re: new devel/llvm-lit

2024-12-05 Thread ASOU Masato
I got following error when make llvm-lit: $ make ===> Building from scratch llvm-lit-19.1.4 ===> llvm-lit-19.1.4 depends on: py3-sphinx-* -> py3-sphinx-7.4.7p1 ===> llvm-lit-19.1.4 depends on: cmake-* -> cmake-3.30.1v1 ===> llvm-lit-19.1.4 depends on: ninja-* -> ninja-1.11.1p0v0 ===> llvm-lit-19.1

new devel/llvm-lit

2024-12-04 Thread Alexander Bluhm
Hi, To test OpenMP I need the LLVM test tools. I decided to create a new port, instead of using the exiting llvm ports. It reuses the llvm-project distfile, but compiles and tests only what I need. It is a bit tricky as it is half cmake and half python. I use the newest llvm version, hoping th