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.
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
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
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
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
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