Index | Thread | Search

From:
Alexander Bluhm <bluhm@openbsd.org>
Subject:
new devel/llvm-lit
To:
ports@openbsd.org
Date:
Wed, 4 Dec 2024 23:51:00 +0100

Download raw body.

Thread
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 that the test tools are compatible.

ok to import llvm-lit?

Comment:
LLVM integrated tester

Description:
lit is a portable tool for executing LLVM and Clang style test suites,
summarizing their results, and providing indication of failures.  lit is
designed to be a lightweight testing tool with as simple a user interface
as possible.

bluhm